#92A8E2
A light, moderate blue closely aligning with Cornflowerblue.
About #92A8E2
Visually, #92A8E2 is defined as a moderate blue. It is closely associated with the named CSS color Cornflowerblue. This translates to an RGB value of rgb(146, 168, 226).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 35% Cyan, 26% Magenta, 0% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#92A8E2
RGB146, 168, 226
HSL223.5°, 58.0%, 72.9%
CMYK35%, 26%, 0%, 11%
HSV223.5°, 35.4%, 88.6%
LAB69.2, 6.2, -31.7
XYZ39.6, 39.6, 77.5
Decimal9611490
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.92:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.58:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #92A8E2;
}
.text-color {
color: #92A8E2;
}
.border-color {
border: 2px solid #92A8E2;
}