#0750E2
A medium, vivid blue closely aligning with Mediumslateblue.
About #0750E2
At its core, #0750E2 is a medium and vivid hue. Designers often compare it to the standard color Mediumslateblue. In the RGB color space, it consists of 7 red, 80 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 97% Cyan, 65% Magenta, 0% Yellow, and 11% Black. With a hue angle of 220.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0750E2
RGB7, 80, 226
HSL220.0°, 94.0%, 45.7%
CMYK97%, 65%, 0%, 11%
HSV220.0°, 96.9%, 88.6%
LAB40.0, 38.4, -78.6
XYZ16.7, 11.3, 73.2
Decimal479458
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.45:1
Text on #FFFFFF
AA
3.25:1
Text on #000000
AA Large
6.17:1
Text on #F8FAFC
AA
2.77:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0750E2;
}
.text-color {
color: #0750E2;
}
.border-color {
border: 2px solid #0750E2;
}