#0742C5
A medium, vivid blue closely aligning with Slateblue.
About #0742C5
When working with digital screens, the color #0742C5 is rendered by mixing light. Designers often compare it to the standard color Slateblue. In the RGB color space, it consists of 7 red, 66 green, and 197 blue.
If you are designing for print, the four-color process is what matters most. The color uses 96% Cyan, 66% Magenta, 0% Yellow, and 23% Black. The HSL representation is 221.4° hue, 93.1% saturation, and 40.0% lightness.
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#0742C5
RGB7, 66, 197
HSL221.4°, 93.1%, 40.0%
CMYK96%, 66%, 0%, 23%
HSV221.4°, 96.4%, 77.3%
LAB33.9, 36.4, -72.0
XYZ12.1, 8.0, 53.7
Decimal475845
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.09:1
Text on #FFFFFF
AAA
2.59:1
Text on #000000
FAIL
7.74:1
Text on #F8FAFC
AAA
2.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0742C5;
}
.text-color {
color: #0742C5;
}
.border-color {
border: 2px solid #0742C5;
}