#0FA8DB
A medium, vivid blue closely aligning with Deepskyblue.
About #0FA8DB
When working with digital screens, the color #0FA8DB is rendered by mixing light. Its closest recognized web color is Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 168, and 219.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 93% cyan and 23% magenta inks. With a hue angle of 195.0 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FA8DB
RGB15, 168, 219
HSL195.0°, 87.2%, 45.9%
CMYK93%, 23%, 0%, 14%
HSV195.0°, 93.2%, 85.9%
LAB64.3, -17.7, -35.7
XYZ27.0, 33.2, 72.0
Decimal1026267
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.64:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA8DB;
}
.text-color {
color: #0FA8DB;
}
.border-color {
border: 2px solid #0FA8DB;
}