#2C92E9
A medium, vivid blue closely aligning with Cornflowerblue.
About #2C92E9
Visually, #2C92E9 is defined as a vivid blue. Its closest recognized web color is Cornflowerblue. This translates to an RGB value of rgb(44, 146, 233).
For print applications, it's crucial to understand its CMYK makeup. The color uses 81% Cyan, 37% Magenta, 0% Yellow, and 9% Black. The HSL representation is 207.6° hue, 81.1% saturation, and 54.3% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2C92E9
RGB44, 146, 233
HSL207.6°, 81.1%, 54.3%
CMYK81%, 37%, 0%, 9%
HSV207.6°, 81.1%, 91.4%
LAB59.0, 1.6, -51.9
XYZ26.0, 27.0, 80.9
Decimal2921193
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.28:1
Text on #FFFFFF
AA Large
6.40:1
Text on #000000
AA
3.14:1
Text on #F8FAFC
AA Large
5.44:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C92E9;
}
.text-color {
color: #2C92E9;
}
.border-color {
border: 2px solid #2C92E9;
}