#075FF0
A medium, vivid blue closely aligning with Royalblue.
About #075FF0
The precise color #075FF0 is an excellent choice for modern design projects. Designers often compare it to the standard color Royalblue. This translates to an RGB value of rgb(7, 95, 240).
If you are designing for print, the four-color process is what matters most. The color uses 97% Cyan, 60% Magenta, 0% Yellow, and 6% Black. With a hue angle of 217.3 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#075FF0
RGB7, 95, 240
HSL217.3°, 94.3%, 48.4%
CMYK97%, 60%, 0%, 6%
HSV217.3°, 97.1%, 94.1%
LAB45.0, 34.1, -78.4
XYZ19.9, 14.5, 84.2
Decimal483312
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.38:1
Text on #FFFFFF
AA
3.90:1
Text on #000000
AA Large
5.14:1
Text on #F8FAFC
AA
3.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #075FF0;
}
.text-color {
color: #075FF0;
}
.border-color {
border: 2px solid #075FF0;
}