#075FC5
A medium, vivid blue closely aligning with Royalblue.
About #075FC5
At its core, #075FC5 is a medium and vivid hue. It is closely associated with the named CSS color Royalblue. In the RGB color space, it consists of 7 red, 95 green, and 197 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 96% C, 52% M, 0% Y, and 23% K. With a hue angle of 212.2 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#075FC5
RGB7, 95, 197
HSL212.2°, 93.1%, 40.0%
CMYK96%, 52%, 0%, 23%
HSV212.2°, 96.4%, 77.3%
LAB41.6, 17.3, -59.4
XYZ14.3, 12.3, 54.4
Decimal483269
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.08:1
Text on #FFFFFF
AA
3.45:1
Text on #000000
AA Large
5.81:1
Text on #F8FAFC
AA
2.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075FC5;
}
.text-color {
color: #075FC5;
}
.border-color {
border: 2px solid #075FC5;
}