#002CFF
A medium, vivid blue closely aligning with Blue.
About #002CFF
The hex code #002CFF represents a beautifully specific shade of blue. Designers often compare it to the standard color Blue. This translates to an RGB value of rgb(0, 44, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 100% cyan, 83% magenta, 0% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#002CFF
RGB0, 44, 255
HSL229.6°, 100.0%, 50.0%
CMYK100%, 83%, 0%, 0%
HSV229.6°, 100.0%, 100.0%
LAB36.0, 67.9, -101.6
XYZ19.0, 9.0, 95.4
Decimal11519
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.49:1
Text on #FFFFFF
AAA
2.80:1
Text on #000000
FAIL
7.16:1
Text on #F8FAFC
AAA
2.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #002CFF;
}
.text-color {
color: #002CFF;
}
.border-color {
border: 2px solid #002CFF;
}