#0F0FBD
A medium, vivid blue closely aligning with Mediumblue.
About #0F0FBD
Visually, #0F0FBD is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 15, and 189.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 92% C, 92% M, 0% Y, and 26% K. The HSL representation is 240.0° hue, 85.3% saturation, and 40.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F0FBD
RGB15, 15, 189
HSL240.0°, 85.3%, 40.0%
CMYK92%, 92%, 0%, 26%
HSV240.0°, 92.1%, 74.1%
LAB24.1, 59.8, -83.6
XYZ9.6, 4.1, 48.4
Decimal987069
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.52:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.01:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0FBD;
}
.text-color {
color: #0F0FBD;
}
.border-color {
border: 2px solid #0F0FBD;
}