Shades of Dodger Blue #118BEC
Tints of Dodger Blue #118BEC
RGB
CMYK
RGB Variations
Color information
#118BEC (or 0x118BEC) is known color: Dodger Blue. HEX triplet: 11, 8B and EC. RGB value is (17,139,236). Sum of RGB (Red+Green+Blue) = 17+139+236=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #118BEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118BEC is #EE7413. Grayscale: #717171. Windows color (decimal): -15627284 or 15502097. OLE color: 15502097.
HSL color Cylindrical-coordinate representation of color #118BEC: hue angle of 206.58º 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 #118BEC is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 139 | 236 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.07 |
| HSL | 206.58º | 0.87% | 0.5% | - |
| HSV(B) | 206.58º | 0.93% | 0.93% | - |
| XYZ | 24.6 | 24.64 | 82.82 | - |
| YUV | 113.58 | 197.08 | 59.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 236 | 0.93 | 0.41 | 0 | 0.07 | 206.58 | 0.87 | 0.5 |
| Hex | 11 | 8B | EC | 5D | 29 | 0 | 7 | CF | 57 | 32 |
| Octal | 21 | 213 | 354 | 135 | 51 | 0 | 7 | 317 | 127 | 62 |
| Binary | 10001 | 10001011 | 11101100 | 1011101 | 101001 | 0 | 111 | 11001111 | 1010111 | 110010 |
Color Harmonies of #118BEC
Complementary color
Monochromatic Colors of #118BEC
Black with #118BEC
Text Example
Text Example
White with #118BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BEC; }
p { color: rgb(17,139,236); }
H1.HeaderClassName
{
color: #118BEC;
}
.AnyTagClassName
{
color: #118BEC;
}
</style>
background-color css
<style>
a { background-color: #118BEC; }
a { background-color: rgb(17,139,236); }
div.DivClassName
{
background-color: #118BEC;
}
.BgClassName
{
background-color: #118BEC;
}
</style>
border-color css
<style>
span { border-color: #118BEC; }
span { border-color: rgb(17,139,236); }
td.TdClassName
{
border-color: #118BEC;
}
.TagClassName
{
border-color: #118BEC;
}
</style>