#0750CC
A medium, vivid blue closely aligning with Royalblue.
About #0750CC
At its core, #0750CC is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 80, and 204.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 97% cyan, 61% magenta, 0% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0750CC
RGB7, 80, 204
HSL217.8°, 93.4%, 41.4%
CMYK97%, 61%, 0%, 20%
HSV217.8°, 96.6%, 80.0%
LAB38.1, 30.0, -69.2
XYZ13.9, 10.1, 58.4
Decimal479436
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.93:1
Text on #FFFFFF
AA
3.03:1
Text on #000000
AA Large
6.63:1
Text on #F8FAFC
AA
2.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0750CC;
}
.text-color {
color: #0750CC;
}
.border-color {
border: 2px solid #0750CC;
}