#12 Blue
#0000FF
BrightHEX#0000FF
RGB0, 0, 255
HSL240°, 100%, 50%
CMYK100%, 100%, 0%, 0%
Xterm ID12
GrupoBright
Códigos de Terminal
Foreground (texto)
\x1b[38;5;12m Background (fondo)
\x1b[48;5;12m Bash echo
echo -e "\033[38;5;12mTexto\033[0m" Python
print(f"\033[38;5;12mTexto\033[0m") CSS
Color HEX
color: #0000FF; Color RGB
color: rgb(0, 0, 255); Background
background-color: #0000FF;