Shades of Dodger Blue #1B8AF9
Tints of Dodger Blue #1B8AF9
RGB
CMYK
RGB Variations
Color information
#1B8AF9 (or 0x1B8AF9) is known color: Dodger Blue. HEX triplet: 1B, 8A and F9. RGB value is (27,138,249). Sum of RGB (Red+Green+Blue) = 27+138+249=414 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.52% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #1B8AF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1B8AF9 is #E47506. Grayscale: #747474. Windows color (decimal): -14972167 or 16353819. OLE color: 16353819.
HSL color Cylindrical-coordinate representation of color #1B8AF9: hue angle of 210º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B8AF9 is Cyan = 0.89, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 27 | 138 | 249 | - |
| CMYK | 0.89 | 0.45 | 0 | 0.02 |
| HSL | 210º | 0.95% | 0.54% | - |
| HSV(B) | 210º | 0.89% | 0.98% | - |
| XYZ | 26.64 | 25.25 | 93.09 | - |
| YUV | 117.47 | 202.23 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 138 | 249 | 0.89 | 0.45 | 0 | 0.02 | 210 | 0.95 | 0.54 |
| Hex | 1B | 8A | F9 | 59 | 2D | 0 | 2 | D2 | 5F | 36 |
| Octal | 33 | 212 | 371 | 131 | 55 | 0 | 2 | 322 | 137 | 66 |
| Binary | 11011 | 10001010 | 11111001 | 1011001 | 101101 | 0 | 10 | 11010010 | 1011111 | 110110 |
Color Harmonies of #1B8AF9
Complementary color
Monochromatic Colors of #1B8AF9
Black with #1B8AF9
Text Example
Text Example
White with #1B8AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8AF9; }
p { color: rgb(27,138,249); }
H1.HeaderClassName
{
color: #1B8AF9;
}
.AnyTagClassName
{
color: #1B8AF9;
}
</style>
background-color css
<style>
a { background-color: #1B8AF9; }
a { background-color: rgb(27,138,249); }
div.DivClassName
{
background-color: #1B8AF9;
}
.BgClassName
{
background-color: #1B8AF9;
}
</style>
border-color css
<style>
span { border-color: #1B8AF9; }
span { border-color: rgb(27,138,249); }
td.TdClassName
{
border-color: #1B8AF9;
}
.TagClassName
{
border-color: #1B8AF9;
}
</style>