Shades of Dodger Blue #118CE6
Tints of Dodger Blue #118CE6
RGB
CMYK
RGB Variations
Color information
#118CE6 (or 0x118CE6) is known color: Dodger Blue. HEX triplet: 11, 8C and E6. RGB value is (17,140,230). Sum of RGB (Red+Green+Blue) = 17+140+230=387 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.39% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 230 (90.23% from 255 or 59.43% from 387); Max value from RGB is 230 - color contains mainly: blue. Hex color #118CE6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118CE6 is #EE7319. Grayscale: #707070. Windows color (decimal): -15627034 or 15109137. OLE color: 15109137.
HSL color Cylindrical-coordinate representation of color #118CE6: hue angle of 205.35º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118CE6 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 140 | 230 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.10 |
| HSL | 205.35º | 0.86% | 0.48% | - |
| HSV(B) | 205.35º | 0.93% | 0.9% | - |
| XYZ | 23.89 | 24.59 | 78.35 | - |
| YUV | 113.48 | 193.75 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 230 | 0.93 | 0.39 | 0 | 0.10 | 205.35 | 0.86 | 0.48 |
| Hex | 11 | 8C | E6 | 5D | 27 | 0 | A | CD | 56 | 30 |
| Octal | 21 | 214 | 346 | 135 | 47 | 0 | 12 | 315 | 126 | 60 |
| Binary | 10001 | 10001100 | 11100110 | 1011101 | 100111 | 0 | 1010 | 11001101 | 1010110 | 110000 |
Color Harmonies of #118CE6
Complementary color
Monochromatic Colors of #118CE6
Black with #118CE6
Text Example
Text Example
White with #118CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118CE6; }
p { color: rgb(17,140,230); }
H1.HeaderClassName
{
color: #118CE6;
}
.AnyTagClassName
{
color: #118CE6;
}
</style>
background-color css
<style>
a { background-color: #118CE6; }
a { background-color: rgb(17,140,230); }
div.DivClassName
{
background-color: #118CE6;
}
.BgClassName
{
background-color: #118CE6;
}
</style>
border-color css
<style>
span { border-color: #118CE6; }
span { border-color: rgb(17,140,230); }
td.TdClassName
{
border-color: #118CE6;
}
.TagClassName
{
border-color: #118CE6;
}
</style>