#2C99E2
A medium, vivid blue closely aligning with Cornflowerblue.
About #2C99E2
At its core, #2C99E2 is a medium and vivid hue. It is closely associated with the named CSS color Cornflowerblue. This translates to an RGB value of rgb(44, 153, 226).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 81% cyan, 32% magenta, 0% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2C99E2
RGB44, 153, 226
HSL204.1°, 75.8%, 52.9%
CMYK81%, 32%, 0%, 11%
HSV204.1°, 80.5%, 88.6%
LAB60.6, -5.0, -45.4
XYZ26.2, 28.8, 76.1
Decimal2922978
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.11:1
Text on #FFFFFF
AA Large
6.76:1
Text on #000000
AA
2.97:1
Text on #F8FAFC
FAIL
5.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C99E2;
}
.text-color {
color: #2C99E2;
}
.border-color {
border: 2px solid #2C99E2;
}