#006DFF
A medium, vivid blue closely aligning with Royalblue.
About #006DFF
At its core, #006DFF is a medium and vivid hue. It is closely associated with the named CSS color Royalblue. In the RGB color space, it consists of 0 red, 109 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 57% magenta inks. The HSL representation is 214.4° hue, 100.0% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#006DFF
RGB0, 109, 255
HSL214.4°, 100.0%, 50.0%
CMYK100%, 57%, 0%, 0%
HSV214.4°, 100.0%, 100.0%
LAB49.7, 30.8, -79.1
XYZ23.5, 18.2, 96.9
Decimal28159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.53:1
Text on #FFFFFF
AA
4.63:1
Text on #000000
AA
4.33:1
Text on #F8FAFC
AA Large
3.94:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #006DFF;
}
.text-color {
color: #006DFF;
}
.border-color {
border: 2px solid #006DFF;
}