#7599E2
A light, moderate blue closely aligning with Cornflowerblue.
About #7599E2
The hex code #7599E2 represents a beautifully specific shade of blue. Designers often compare it to the standard color Cornflowerblue. Its digital footprint relies on 117 parts red, 153 parts green, and 226 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 48% cyan and 32% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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#7599E2
RGB117, 153, 226
HSL220.2°, 65.3%, 67.3%
CMYK48%, 32%, 0%, 11%
HSV220.2°, 48.2%, 88.6%
LAB63.4, 7.3, -40.9
XYZ32.5, 32.1, 76.4
Decimal7707106
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.83:1
Text on #FFFFFF
FAIL
7.41:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.30:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7599E2;
}
.text-color {
color: #7599E2;
}
.border-color {
border: 2px solid #7599E2;
}