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