#0F1DFF
A medium, vivid blue closely aligning with Blue.
About #0F1DFF
The hex code #0F1DFF represents a beautifully specific shade of blue. It is closely associated with the named CSS color Blue. This translates to an RGB value of rgb(15, 29, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 94% C, 89% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#0F1DFF
RGB15, 29, 255
HSL236.5°, 100.0%, 52.9%
CMYK94%, 89%, 0%, 0%
HSV236.5°, 94.1%, 100.0%
LAB34.4, 73.5, -104.4
XYZ18.7, 8.2, 95.2
Decimal990719
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.95:1
Text on #FFFFFF
AAA
2.64:1
Text on #000000
FAIL
7.60:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1DFF;
}
.text-color {
color: #0F1DFF;
}
.border-color {
border: 2px solid #0F1DFF;
}