Shades of Dodger Blue #117EEC
Tints of Dodger Blue #117EEC
RGB
CMYK
RGB Variations
Color information
#117EEC (or 0x117EEC) is known color: Dodger Blue. HEX triplet: 11, 7E and EC. RGB value is (17,126,236). Sum of RGB (Red+Green+Blue) = 17+126+236=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 236 (92.58% from 255 or 62.27% from 379); Max value from RGB is 236 - color contains mainly: blue. Hex color #117EEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117EEC is #EE8113. Grayscale: #696969. Windows color (decimal): -15630612 or 15498769. OLE color: 15498769.
HSL color Cylindrical-coordinate representation of color #117EEC: hue angle of 210.14º 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 #117EEC is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 126 | 236 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.07 |
| HSL | 210.14º | 0.87% | 0.5% | - |
| HSV(B) | 210.14º | 0.93% | 0.93% | - |
| XYZ | 22.83 | 21.1 | 82.23 | - |
| YUV | 105.95 | 201.39 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 236 | 0.93 | 0.47 | 0 | 0.07 | 210.14 | 0.87 | 0.5 |
| Hex | 11 | 7E | EC | 5D | 2F | 0 | 7 | D2 | 57 | 32 |
| Octal | 21 | 176 | 354 | 135 | 57 | 0 | 7 | 322 | 127 | 62 |
| Binary | 10001 | 1111110 | 11101100 | 1011101 | 101111 | 0 | 111 | 11010010 | 1010111 | 110010 |
Color Harmonies of #117EEC
Complementary color
Monochromatic Colors of #117EEC
Black with #117EEC
Text Example
Text Example
White with #117EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EEC; }
p { color: rgb(17,126,236); }
H1.HeaderClassName
{
color: #117EEC;
}
.AnyTagClassName
{
color: #117EEC;
}
</style>
background-color css
<style>
a { background-color: #117EEC; }
a { background-color: rgb(17,126,236); }
div.DivClassName
{
background-color: #117EEC;
}
.BgClassName
{
background-color: #117EEC;
}
</style>
border-color css
<style>
span { border-color: #117EEC; }
span { border-color: rgb(17,126,236); }
td.TdClassName
{
border-color: #117EEC;
}
.TagClassName
{
border-color: #117EEC;
}
</style>