#33 DodgerBlue1
#0087FF
ExtendedHEX#0087FF
RGB0, 135, 255
HSL208°, 100%, 50%
CMYK100%, 47%, 0%, 0%
Xterm ID33
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;33m Background (fondo)
\x1b[48;5;33m Bash echo
echo -e "\033[38;5;33mTexto\033[0m" Python
print(f"\033[38;5;33mTexto\033[0m") CSS
Color HEX
color: #0087FF; Color RGB
color: rgb(0, 135, 255); Background
background-color: #0087FF;