#1D49C5
A medium, vivid blue closely aligning with Royalblue.
About #1D49C5
Visually, #1D49C5 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Royalblue. This translates to an RGB value of rgb(29, 73, 197).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 85% C, 63% M, 0% Y, and 23% K. With a hue angle of 224.3 degrees, it sits comfortably in the blue spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D49C5
RGB29, 73, 197
HSL224.3°, 74.3%, 44.3%
CMYK85%, 63%, 0%, 23%
HSV224.3°, 85.3%, 77.3%
LAB36.1, 32.9, -68.4
XYZ13.0, 9.1, 53.9
Decimal1919429
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.47:1
Text on #FFFFFF
AAA
2.81:1
Text on #000000
FAIL
7.14:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D49C5;
}
.text-color {
color: #1D49C5;
}
.border-color {
border: 2px solid #1D49C5;
}