#0750E9
A medium, vivid blue closely aligning with Mediumslateblue.
About #0750E9
Visually, #0750E9 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumslateblue. This translates to an RGB value of rgb(7, 80, 233).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 97% cyan, 66% magenta, 0% yellow, and 9% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0750E9
RGB7, 80, 233
HSL220.6°, 94.2%, 47.1%
CMYK97%, 66%, 0%, 9%
HSV220.6°, 97.0%, 91.4%
LAB40.7, 41.0, -81.5
XYZ17.7, 11.7, 78.4
Decimal479465
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.30:1
Text on #FFFFFF
AA
3.33:1
Text on #000000
AA Large
6.02:1
Text on #F8FAFC
AA
2.83:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0750E9;
}
.text-color {
color: #0750E9;
}
.border-color {
border: 2px solid #0750E9;
}