#0F33E2
A medium, vivid blue closely aligning with Mediumblue.
About #0F33E2
Visually, #0F33E2 is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(15, 51, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 93% C, 77% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
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#0F33E2
RGB15, 51, 226
HSL229.8°, 87.6%, 47.3%
CMYK93%, 77%, 0%, 11%
HSV229.8°, 93.4%, 88.6%
LAB33.9, 55.8, -88.8
XYZ15.1, 8.0, 72.7
Decimal996322
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.10:1
Text on #FFFFFF
AAA
2.59:1
Text on #000000
FAIL
7.74:1
Text on #F8FAFC
AAA
2.20:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F33E2;
}
.text-color {
color: #0F33E2;
}
.border-color {
border: 2px solid #0F33E2;
}