#144BD0
A medium, vivid blue closely aligning with Royalblue.
About #144BD0
The precise color #144BD0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 20, 75, and 208.
For print applications, it's crucial to understand its CMYK makeup. The color uses 90% Cyan, 64% Magenta, 0% Yellow, and 18% Black. With a hue angle of 222.4 degrees, it sits comfortably in the blue spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#144BD0
RGB20, 75, 208
HSL222.4°, 82.5%, 44.7%
CMYK90%, 64%, 0%, 18%
HSV222.4°, 90.4%, 81.6%
LAB37.4, 35.2, -72.7
XYZ14.2, 9.7, 60.8
Decimal1330128
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.13:1
Text on #FFFFFF
AAA
2.95:1
Text on #000000
FAIL
6.81:1
Text on #F8FAFC
AA
2.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #144BD0;
}
.text-color {
color: #144BD0;
}
.border-color {
border: 2px solid #144BD0;
}