#2C92F0
A medium, vivid blue closely aligning with Cornflowerblue.
About #2C92F0
At its core, #2C92F0 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, 146, 240).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 82% cyan, 39% magenta, 0% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
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#2C92F0
RGB44, 146, 240
HSL208.8°, 86.7%, 55.7%
CMYK82%, 39%, 0%, 6%
HSV208.8°, 81.7%, 94.1%
LAB59.3, 4.2, -55.2
XYZ27.0, 27.4, 86.3
Decimal2921200
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.48:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2C92F0;
}
.text-color {
color: #2C92F0;
}
.border-color {
border: 2px solid #2C92F0;
}