#2492E9
A medium, vivid blue closely aligning with Cornflowerblue.
About #2492E9
When working with digital screens, the color #2492E9 is rendered by mixing light. It is closely associated with the named CSS color Cornflowerblue. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 146, and 233.
If you are designing for print, the four-color process is what matters most. The color uses 85% Cyan, 37% Magenta, 0% Yellow, and 9% Black. The HSL representation is 206.5° hue, 81.7% saturation, and 52.7% lightness.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2492E9
RGB36, 146, 233
HSL206.5°, 81.7%, 52.7%
CMYK85%, 37%, 0%, 9%
HSV206.5°, 84.5%, 91.4%
LAB58.8, 1.0, -52.2
XYZ25.7, 26.8, 80.9
Decimal2396905
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.36:1
Text on #000000
AA
3.15:1
Text on #F8FAFC
AA Large
5.41:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2492E9;
}
.text-color {
color: #2492E9;
}
.border-color {
border: 2px solid #2492E9;
}