#2C75C5
A medium, moderate blue closely aligning with Cornflowerblue.
About #2C75C5
At its core, #2C75C5 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(44, 117, 197).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 78% C, 41% M, 0% Y, and 23% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C75C5
RGB44, 117, 197
HSL211.4°, 63.5%, 47.3%
CMYK78%, 41%, 0%, 23%
HSV211.4°, 77.7%, 77.3%
LAB48.6, 5.8, -48.1
XYZ17.5, 17.3, 55.2
Decimal2913733
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.71:1
Text on #FFFFFF
AA
4.46:1
Text on #000000
AA Large
4.50:1
Text on #F8FAFC
AA
3.79:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C75C5;
}
.text-color {
color: #2C75C5;
}
.border-color {
border: 2px solid #2C75C5;
}