Shades of Dodger Blue #118DEC
Tints of Dodger Blue #118DEC
RGB
CMYK
RGB Variations
Color information
#118DEC (or 0x118DEC) is known color: Dodger Blue. HEX triplet: 11, 8D and EC. RGB value is (17,141,236). Sum of RGB (Red+Green+Blue) = 17+141+236=394 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.31% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 236 (92.58% from 255 or 59.90% from 394); Max value from RGB is 236 - color contains mainly: blue. Hex color #118DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118DEC is #EE7213. Grayscale: #727272. Windows color (decimal): -15626772 or 15502609. OLE color: 15502609.
HSL color Cylindrical-coordinate representation of color #118DEC: hue angle of 206.03º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118DEC is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 141 | 236 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.07 |
| HSL | 206.03º | 0.87% | 0.5% | - |
| HSV(B) | 206.03º | 0.93% | 0.93% | - |
| XYZ | 24.9 | 25.23 | 82.91 | - |
| YUV | 114.75 | 196.42 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 236 | 0.93 | 0.40 | 0 | 0.07 | 206.03 | 0.87 | 0.5 |
| Hex | 11 | 8D | EC | 5D | 28 | 0 | 7 | CE | 57 | 32 |
| Octal | 21 | 215 | 354 | 135 | 50 | 0 | 7 | 316 | 127 | 62 |
| Binary | 10001 | 10001101 | 11101100 | 1011101 | 101000 | 0 | 111 | 11001110 | 1010111 | 110010 |
Color Harmonies of #118DEC
Complementary color
Monochromatic Colors of #118DEC
Black with #118DEC
Text Example
Text Example
White with #118DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DEC; }
p { color: rgb(17,141,236); }
H1.HeaderClassName
{
color: #118DEC;
}
.AnyTagClassName
{
color: #118DEC;
}
</style>
background-color css
<style>
a { background-color: #118DEC; }
a { background-color: rgb(17,141,236); }
div.DivClassName
{
background-color: #118DEC;
}
.BgClassName
{
background-color: #118DEC;
}
</style>
border-color css
<style>
span { border-color: #118DEC; }
span { border-color: rgb(17,141,236); }
td.TdClassName
{
border-color: #118DEC;
}
.TagClassName
{
border-color: #118DEC;
}
</style>