#2C66F0
A medium, vivid blue closely aligning with Royalblue.
About #2C66F0
At its core, #2C66F0 is a medium and vivid hue. Designers often compare it to the standard color Royalblue. Its digital footprint relies on 44 parts red, 102 parts green, and 240 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 82% C, 57% M, 0% Y, and 6% K. The HSL representation is 222.2° hue, 86.7% saturation, and 55.7% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C66F0
RGB44, 102, 240
HSL222.2°, 86.7%, 55.7%
CMYK82%, 57%, 0%, 6%
HSV222.2°, 81.7%, 94.1%
LAB47.4, 31.4, -74.4
XYZ21.5, 16.3, 84.5
Decimal2909936
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.71:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C66F0;
}
.text-color {
color: #2C66F0;
}
.border-color {
border: 2px solid #2C66F0;
}