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