#0750F0
A medium, vivid blue closely aligning with Mediumslateblue.
About #0750F0
When working with digital screens, the color #0750F0 is rendered by mixing light. Its closest recognized web color is Mediumslateblue. In the RGB color space, it consists of 7 red, 80 green, and 240 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 97% C, 67% M, 0% Y, and 6% K. With a hue angle of 221.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0750F0
RGB7, 80, 240
HSL221.2°, 94.3%, 48.4%
CMYK97%, 67%, 0%, 6%
HSV221.2°, 97.1%, 94.1%
LAB41.3, 43.6, -84.4
XYZ18.7, 12.1, 83.8
Decimal479472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.15:1
Text on #FFFFFF
AA
3.41:1
Text on #000000
AA Large
5.88:1
Text on #F8FAFC
AA
2.90:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0750F0;
}
.text-color {
color: #0750F0;
}
.border-color {
border: 2px solid #0750F0;
}