#2C66E9
A medium, vivid blue closely aligning with Royalblue.
About #2C66E9
When working with digital screens, the color #2C66E9 is rendered by mixing light. Designers often compare it to the standard color Royalblue. This translates to an RGB value of rgb(44, 102, 233).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 81% cyan and 56% magenta inks. The HSL representation is 221.6° hue, 81.1% saturation, and 54.3% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C66E9
RGB44, 102, 233
HSL221.6°, 81.1%, 54.3%
CMYK81%, 56%, 0%, 9%
HSV221.6°, 81.1%, 91.4%
LAB46.9, 28.8, -71.4
XYZ20.5, 15.9, 79.1
Decimal2909929
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.02:1
Text on #FFFFFF
AA
4.18:1
Text on #000000
AA Large
4.80:1
Text on #F8FAFC
AA
3.56:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C66E9;
}
.text-color {
color: #2C66E9;
}
.border-color {
border: 2px solid #2C66E9;
}