#758AF0
A light, vivid blue closely aligning with Cornflowerblue.
About #758AF0
When working with digital screens, the color #758AF0 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Cornflowerblue. This translates to an RGB value of rgb(117, 138, 240).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 51% Cyan, 43% Magenta, 0% Yellow, and 6% Black. With a hue angle of 229.8 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#758AF0
RGB117, 138, 240
HSL229.8°, 80.4%, 70.0%
CMYK51%, 43%, 0%, 6%
HSV229.8°, 51.3%, 94.1%
LAB60.1, 20.3, -53.8
XYZ32.2, 28.3, 86.2
Decimal7703280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.16:1
Text on #FFFFFF
AA Large
6.65:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #758AF0;
}
.text-color {
color: #758AF0;
}
.border-color {
border: 2px solid #758AF0;
}