Shades of Dodger Blue #1177EC
Tints of Dodger Blue #1177EC
RGB
CMYK
RGB Variations
Color information
#1177EC (or 0x1177EC) is known color: Dodger Blue. HEX triplet: 11, 77 and EC. RGB value is (17,119,236). Sum of RGB (Red+Green+Blue) = 17+119+236=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #1177EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1177EC is #EE8813. Grayscale: #656565. Windows color (decimal): -15632404 or 15496977. OLE color: 15496977.
HSL color Cylindrical-coordinate representation of color #1177EC: hue angle of 212.05º 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 #1177EC is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 119 | 236 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.07 |
| HSL | 212.05º | 0.87% | 0.5% | - |
| HSV(B) | 212.05º | 0.93% | 0.93% | - |
| XYZ | 21.97 | 19.37 | 81.94 | - |
| YUV | 101.84 | 203.71 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 119 | 236 | 0.93 | 0.50 | 0 | 0.07 | 212.05 | 0.87 | 0.5 |
| Hex | 11 | 77 | EC | 5D | 32 | 0 | 7 | D4 | 57 | 32 |
| Octal | 21 | 167 | 354 | 135 | 62 | 0 | 7 | 324 | 127 | 62 |
| Binary | 10001 | 1110111 | 11101100 | 1011101 | 110010 | 0 | 111 | 11010100 | 1010111 | 110010 |
Color Harmonies of #1177EC
Complementary color
Monochromatic Colors of #1177EC
Black with #1177EC
Text Example
Text Example
White with #1177EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1177EC; }
p { color: rgb(17,119,236); }
H1.HeaderClassName
{
color: #1177EC;
}
.AnyTagClassName
{
color: #1177EC;
}
</style>
background-color css
<style>
a { background-color: #1177EC; }
a { background-color: rgb(17,119,236); }
div.DivClassName
{
background-color: #1177EC;
}
.BgClassName
{
background-color: #1177EC;
}
</style>
border-color css
<style>
span { border-color: #1177EC; }
span { border-color: rgb(17,119,236); }
td.TdClassName
{
border-color: #1177EC;
}
.TagClassName
{
border-color: #1177EC;
}
</style>