#7592E9
A light, vivid blue closely aligning with Cornflowerblue.
About #7592E9
Visually, #7592E9 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Cornflowerblue. In the RGB color space, it consists of 117 red, 146 green, and 233 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 50% cyan, 37% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#7592E9
RGB117, 146, 233
HSL225.0°, 72.5%, 68.6%
CMYK50%, 37%, 0%, 9%
HSV225.0°, 49.8%, 91.4%
LAB61.8, 13.5, -47.2
XYZ32.3, 30.2, 81.2
Decimal7705321
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.98:1
Text on #FFFFFF
FAIL
7.04:1
Text on #000000
AAA
2.85:1
Text on #F8FAFC
FAIL
5.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7592E9;
}
.text-color {
color: #7592E9;
}
.border-color {
border: 2px solid #7592E9;
}