#075FD3
A medium, vivid blue closely aligning with Royalblue.
About #075FD3
The hex code #075FD3 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Royalblue. Its digital footprint relies on 7 parts red, 95 parts green, and 211 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 97% cyan and 55% magenta inks. With a hue angle of 214.1 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#075FD3
RGB7, 95, 211
HSL214.1°, 93.6%, 42.7%
CMYK97%, 55%, 0%, 17%
HSV214.1°, 96.7%, 82.7%
LAB42.7, 22.9, -65.8
XYZ15.9, 12.9, 63.3
Decimal483283
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.86:1
Text on #FFFFFF
AA
3.59:1
Text on #000000
AA Large
5.60:1
Text on #F8FAFC
AA
3.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #075FD3;
}
.text-color {
color: #075FD3;
}
.border-color {
border: 2px solid #075FD3;
}