Blue
#0000ff · one of 31,915 named colors
Blue is a medium, vivid blue with the hex code #0000ff. In RGB it is 0 red, 0 green and 255 blue, and white text is most readable on top of it.
Codes
HEX
#0000ffHEX8
#0000ffffRGB
rgb(0, 0, 255)RGBA
rgba(0, 0, 255, 1)RGB %
rgb(0%, 0%, 100%)HSL
hsl(240, 100%, 50%)HSLA
hsla(240, 100%, 50%, 1)Variables
Sass
$blue: #0000ff;Less
@blue: #0000ff;CSS
--blue: #0000ff;