#072CDB
A medium, vivid blue closely aligning with Mediumblue.
About #072CDB
When working with digital screens, the color #072CDB is rendered by mixing light. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(7, 44, 219).
Translating this color to physical media requires the CMYK color model. The color uses 97% Cyan, 80% Magenta, 0% Yellow, and 14% Black. The HSL representation is 229.5° hue, 93.8% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#072CDB
RGB7, 44, 219
HSL229.5°, 93.8%, 44.3%
CMYK97%, 80%, 0%, 14%
HSV229.5°, 96.8%, 85.9%
LAB31.7, 57.0, -88.4
XYZ13.8, 7.0, 67.6
Decimal470235
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.78:1
Text on #FFFFFF
AAA
2.39:1
Text on #000000
FAIL
8.39:1
Text on #F8FAFC
AAA
2.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #072CDB;
}
.text-color {
color: #072CDB;
}
.border-color {
border: 2px solid #072CDB;
}