Shades of Dodger Blue #1176FA
Tints of Dodger Blue #1176FA
RGB
CMYK
RGB Variations
Color information
#1176FA (or 0x1176FA) is known color: Dodger Blue. HEX triplet: 11, 76 and FA. RGB value is (17,118,250). Sum of RGB (Red+Green+Blue) = 17+118+250=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #1176FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1176FA is #EE8905. Grayscale: #666666. Windows color (decimal): -15632646 or 16414225. OLE color: 16414225.
HSL color Cylindrical-coordinate representation of color #1176FA: hue angle of 213.99º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1176FA is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 118 | 250 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.02 |
| HSL | 213.99º | 0.96% | 0.52% | - |
| HSV(B) | 213.99º | 0.93% | 0.98% | - |
| XYZ | 23.96 | 19.98 | 93.04 | - |
| YUV | 102.85 | 211.04 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 250 | 0.93 | 0.53 | 0 | 0.02 | 213.99 | 0.96 | 0.52 |
| Hex | 11 | 76 | FA | 5D | 35 | 0 | 2 | D6 | 60 | 34 |
| Octal | 21 | 166 | 372 | 135 | 65 | 0 | 2 | 326 | 140 | 64 |
| Binary | 10001 | 1110110 | 11111010 | 1011101 | 110101 | 0 | 10 | 11010110 | 1100000 | 110100 |
Color Harmonies of #1176FA
Complementary color
Monochromatic Colors of #1176FA
Black with #1176FA
Text Example
Text Example
White with #1176FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176FA; }
p { color: rgb(17,118,250); }
H1.HeaderClassName
{
color: #1176FA;
}
.AnyTagClassName
{
color: #1176FA;
}
</style>
background-color css
<style>
a { background-color: #1176FA; }
a { background-color: rgb(17,118,250); }
div.DivClassName
{
background-color: #1176FA;
}
.BgClassName
{
background-color: #1176FA;
}
</style>
border-color css
<style>
span { border-color: #1176FA; }
span { border-color: rgb(17,118,250); }
td.TdClassName
{
border-color: #1176FA;
}
.TagClassName
{
border-color: #1176FA;
}
</style>