#758ADB
A light, moderate blue closely aligning with Cornflowerblue.
About #758ADB
The hex code #758ADB represents a beautifully specific shade of blue. Designers often compare it to the standard color Cornflowerblue. This translates to an RGB value of rgb(117, 138, 219).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 47% cyan, 37% magenta, 0% yellow, and 14% black. With a hue angle of 227.6 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#758ADB
RGB117, 138, 219
HSL227.6°, 58.6%, 65.9%
CMYK47%, 37%, 0%, 14%
HSV227.6°, 46.6%, 85.9%
LAB59.0, 14.0, -43.8
XYZ29.2, 27.1, 70.7
Decimal7703259
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.41:1
Text on #000000
AA
3.13:1
Text on #F8FAFC
AA Large
5.45:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #758ADB;
}
.text-color {
color: #758ADB;
}
.border-color {
border: 2px solid #758ADB;
}