#0F49DB
A medium, vivid blue closely aligning with Mediumslateblue.
About #0F49DB
The hex code #0F49DB represents a beautifully specific shade of blue. Its closest recognized web color is Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 73, and 219.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 93% cyan, 67% magenta, 0% yellow, and 14% black. With a hue angle of 222.9 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F49DB
RGB15, 73, 219
HSL222.9°, 87.2%, 45.9%
CMYK93%, 67%, 0%, 14%
HSV222.9°, 93.2%, 85.9%
LAB37.8, 40.4, -78.3
XYZ15.4, 10.0, 68.1
Decimal1001947
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.01:1
Text on #FFFFFF
AAA
3.00:1
Text on #000000
FAIL
6.70:1
Text on #F8FAFC
AA
2.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F49DB;
}
.text-color {
color: #0F49DB;
}
.border-color {
border: 2px solid #0F49DB;
}