Shades of Dodger Blue #1B8ED9
Tints of Dodger Blue #1B8ED9
RGB
CMYK
RGB Variations
Color information
#1B8ED9 (or 0x1B8ED9) is known color: Dodger Blue. HEX triplet: 1B, 8E and D9. RGB value is (27,142,217). Sum of RGB (Red+Green+Blue) = 27+142+217=386 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.99% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 217 (85.16% from 255 or 56.22% from 386); Max value from RGB is 217 - color contains mainly: blue. Hex color #1B8ED9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8ED9 is #E47126. Grayscale: #737373. Windows color (decimal): -14971175 or 14257691. OLE color: 14257691.
HSL color Cylindrical-coordinate representation of color #1B8ED9: hue angle of 203.68º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B8ED9 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 142 | 217 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.15 |
| HSL | 203.68º | 0.78% | 0.48% | - |
| HSV(B) | 203.68º | 0.88% | 0.85% | - |
| XYZ | 22.65 | 24.59 | 69.2 | - |
| YUV | 116.17 | 184.9 | 64.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 142 | 217 | 0.88 | 0.35 | 0 | 0.15 | 203.68 | 0.78 | 0.48 |
| Hex | 1B | 8E | D9 | 58 | 23 | 0 | F | CC | 4E | 30 |
| Octal | 33 | 216 | 331 | 130 | 43 | 0 | 17 | 314 | 116 | 60 |
| Binary | 11011 | 10001110 | 11011001 | 1011000 | 100011 | 0 | 1111 | 11001100 | 1001110 | 110000 |
Color Harmonies of #1B8ED9
Complementary color
Monochromatic Colors of #1B8ED9
Black with #1B8ED9
Text Example
Text Example
White with #1B8ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8ED9; }
p { color: rgb(27,142,217); }
H1.HeaderClassName
{
color: #1B8ED9;
}
.AnyTagClassName
{
color: #1B8ED9;
}
</style>
background-color css
<style>
a { background-color: #1B8ED9; }
a { background-color: rgb(27,142,217); }
div.DivClassName
{
background-color: #1B8ED9;
}
.BgClassName
{
background-color: #1B8ED9;
}
</style>
border-color css
<style>
span { border-color: #1B8ED9; }
span { border-color: rgb(27,142,217); }
td.TdClassName
{
border-color: #1B8ED9;
}
.TagClassName
{
border-color: #1B8ED9;
}
</style>