#20 Blue3
#0000D7
ExtendedHEX#0000D7
RGB0, 0, 215
HSL240°, 100%, 42%
CMYK100%, 100%, 0%, 16%
Xterm ID20
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;20m Background (fondo)
\x1b[48;5;20m Bash echo
echo -e "\033[38;5;20mTexto\033[0m" Python
print(f"\033[38;5;20mTexto\033[0m") CSS
Color HEX
color: #0000D7; Color RGB
color: rgb(0, 0, 215); Background
background-color: #0000D7;