#0066D3
A medium, vivid blue closely aligning with Royalblue.
About #0066D3
When working with digital screens, the color #0066D3 is rendered by mixing light. Its closest recognized web color is Royalblue. In the RGB color space, it consists of 0 red, 102 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 100% cyan and 52% magenta inks. The HSL representation is 211.0° hue, 100.0% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0066D3
RGB0, 102, 211
HSL211.0°, 100.0%, 41.4%
CMYK100%, 52%, 0%, 17%
HSV211.0°, 100.0%, 82.7%
LAB44.5, 18.1, -62.7
XYZ16.5, 14.2, 63.5
Decimal26323
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.47:1
Text on #FFFFFF
AA
3.84:1
Text on #000000
AA Large
5.23:1
Text on #F8FAFC
AA
3.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0066D3;
}
.text-color {
color: #0066D3;
}
.border-color {
border: 2px solid #0066D3;
}