#0749C5
A medium, vivid blue closely aligning with Royalblue.
About #0749C5
The precise color #0749C5 is an excellent choice for modern design projects. It is closely associated with the named CSS color Royalblue. This translates to an RGB value of rgb(7, 73, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 96% Cyan, 63% Magenta, 0% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0749C5
RGB7, 73, 197
HSL219.2°, 93.1%, 40.0%
CMYK96%, 63%, 0%, 23%
HSV219.2°, 96.4%, 77.3%
LAB35.7, 31.8, -69.1
XYZ12.5, 8.8, 53.9
Decimal477637
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.59:1
Text on #FFFFFF
AAA
2.77:1
Text on #000000
FAIL
7.25:1
Text on #F8FAFC
AAA
2.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0749C5;
}
.text-color {
color: #0749C5;
}
.border-color {
border: 2px solid #0749C5;
}