#1BB1F2
A medium, vivid blue closely aligning with Deepskyblue.
About #1BB1F2
At its core, #1BB1F2 is a medium and vivid hue. Its closest recognized web color is Deepskyblue. Its digital footprint relies on 27 parts red, 177 parts green, and 242 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 89% cyan and 27% magenta inks. With a hue angle of 198.1 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1BB1F2
RGB27, 177, 242
HSL198.1°, 89.2%, 52.7%
CMYK89%, 27%, 0%, 5%
HSV198.1°, 88.8%, 94.9%
LAB68.1, -13.9, -42.5
XYZ32.2, 38.1, 89.7
Decimal1815026
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.62:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.33:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1BB1F2;
}
.text-color {
color: #1BB1F2;
}
.border-color {
border: 2px solid #1BB1F2;
}