#075FE2
A medium, vivid blue closely aligning with Royalblue.
About #075FE2
When working with digital screens, the color #075FE2 is rendered by mixing light. Its closest recognized web color is Royalblue. In the RGB color space, it consists of 7 red, 95 green, and 226 blue.
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 58% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#075FE2
RGB7, 95, 226
HSL215.9°, 94.0%, 45.7%
CMYK97%, 58%, 0%, 11%
HSV215.9°, 96.9%, 88.6%
LAB43.8, 28.8, -72.4
XYZ17.9, 13.7, 73.7
Decimal483298
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.61:1
Text on #FFFFFF
AA
3.74:1
Text on #000000
AA Large
5.36:1
Text on #F8FAFC
AA
3.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #075FE2;
}
.text-color {
color: #075FE2;
}
.border-color {
border: 2px solid #075FE2;
}