#002CDB
A medium, vivid blue closely aligning with Mediumblue.
About #002CDB
Visually, #002CDB is defined as a vivid blue. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(0, 44, 219).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 100% cyan and 80% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#002CDB
RGB0, 44, 219
HSL227.9°, 100.0%, 42.9%
CMYK100%, 80%, 0%, 14%
HSV227.9°, 100.0%, 85.9%
LAB31.6, 56.8, -88.6
XYZ13.7, 6.9, 67.6
Decimal11483
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.81:1
Text on #FFFFFF
AAA
2.38:1
Text on #000000
FAIL
8.42:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #002CDB;
}
.text-color {
color: #002CDB;
}
.border-color {
border: 2px solid #002CDB;
}