#2C7CE2
A medium, vivid blue closely aligning with Dodgerblue.
About #2C7CE2
At its core, #2C7CE2 is a medium and vivid hue. Designers often compare it to the standard color Dodgerblue. In the RGB color space, it consists of 44 red, 124 green, and 226 blue.
If you are designing for print, the four-color process is what matters most. The color uses 81% Cyan, 45% Magenta, 0% Yellow, and 11% Black. The HSL representation is 213.6° hue, 75.8% saturation, and 52.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C7CE2
RGB44, 124, 226
HSL213.6°, 75.8%, 52.9%
CMYK81%, 45%, 0%, 11%
HSV213.6°, 80.5%, 88.6%
LAB52.3, 12.3, -58.6
XYZ22.0, 20.4, 74.7
Decimal2915554
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.09:1
Text on #000000
AA
3.94:1
Text on #F8FAFC
AA Large
4.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2C7CE2;
}
.text-color {
color: #2C7CE2;
}
.border-color {
border: 2px solid #2C7CE2;
}