Shades of Dodger Blue #1176EC
Tints of Dodger Blue #1176EC
RGB
CMYK
RGB Variations
Color information
#1176EC (or 0x1176EC) is known color: Dodger Blue. HEX triplet: 11, 76 and EC. RGB value is (17,118,236). Sum of RGB (Red+Green+Blue) = 17+118+236=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #1176EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1176EC is #EE8913. Grayscale: #646464. Windows color (decimal): -15632660 or 15496721. OLE color: 15496721.
HSL color Cylindrical-coordinate representation of color #1176EC: hue angle of 212.33º 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 #1176EC is Cyan = 0.93, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 118 | 236 | - |
| CMYK | 0.93 | 0.5 | 0 | 0.07 |
| HSL | 212.33º | 0.87% | 0.5% | - |
| HSV(B) | 212.33º | 0.93% | 0.93% | - |
| XYZ | 21.85 | 19.13 | 81.9 | - |
| YUV | 101.25 | 204.04 | 67.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 236 | 0.93 | 0.5 | 0 | 0.07 | 212.33 | 0.87 | 0.5 |
| Hex | 11 | 76 | EC | 5D | 32 | 0 | 7 | D4 | 57 | 32 |
| Octal | 21 | 166 | 354 | 135 | 62 | 0 | 7 | 324 | 127 | 62 |
| Binary | 10001 | 1110110 | 11101100 | 1011101 | 110010 | 0 | 111 | 11010100 | 1010111 | 110010 |
Color Harmonies of #1176EC
Complementary color
Monochromatic Colors of #1176EC
Black with #1176EC
Text Example
Text Example
White with #1176EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176EC; }
p { color: rgb(17,118,236); }
H1.HeaderClassName
{
color: #1176EC;
}
.AnyTagClassName
{
color: #1176EC;
}
</style>
background-color css
<style>
a { background-color: #1176EC; }
a { background-color: rgb(17,118,236); }
div.DivClassName
{
background-color: #1176EC;
}
.BgClassName
{
background-color: #1176EC;
}
</style>
border-color css
<style>
span { border-color: #1176EC; }
span { border-color: rgb(17,118,236); }
td.TdClassName
{
border-color: #1176EC;
}
.TagClassName
{
border-color: #1176EC;
}
</style>