#0749CC
A medium, vivid blue closely aligning with Royalblue.
About #0749CC
When working with digital screens, the color #0749CC is rendered by mixing light. Designers often compare it to the standard color Royalblue. In the RGB color space, it consists of 7 red, 73 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 97% C, 64% M, 0% Y, and 20% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0749CC
RGB7, 73, 204
HSL219.9°, 93.4%, 41.4%
CMYK97%, 64%, 0%, 20%
HSV219.9°, 96.6%, 80.0%
LAB36.3, 34.6, -72.1
XYZ13.4, 9.2, 58.2
Decimal477644
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.41:1
Text on #FFFFFF
AAA
2.83:1
Text on #000000
FAIL
7.08:1
Text on #F8FAFC
AAA
2.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0749CC;
}
.text-color {
color: #0749CC;
}
.border-color {
border: 2px solid #0749CC;
}