Shades of Dodger Blue #1176FB
Tints of Dodger Blue #1176FB
RGB
CMYK
RGB Variations
Color information
#1176FB (or 0x1176FB) is known color: Dodger Blue. HEX triplet: 11, 76 and FB. RGB value is (17,118,251). Sum of RGB (Red+Green+Blue) = 17+118+251=386 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.40% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #1176FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1176FB is #EE8904. Grayscale: #666666. Windows color (decimal): -15632645 or 16479761. OLE color: 16479761.
HSL color Cylindrical-coordinate representation of color #1176FB: hue angle of 214.1º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1176FB is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 118 | 251 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.02 |
| HSL | 214.1º | 0.97% | 0.53% | - |
| HSV(B) | 214.1º | 0.93% | 0.98% | - |
| XYZ | 24.12 | 20.04 | 93.86 | - |
| YUV | 102.96 | 211.54 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 251 | 0.93 | 0.53 | 0 | 0.02 | 214.1 | 0.97 | 0.53 |
| Hex | 11 | 76 | FB | 5D | 35 | 0 | 2 | D6 | 61 | 35 |
| Octal | 21 | 166 | 373 | 135 | 65 | 0 | 2 | 326 | 141 | 65 |
| Binary | 10001 | 1110110 | 11111011 | 1011101 | 110101 | 0 | 10 | 11010110 | 1100001 | 110101 |
Color Harmonies of #1176FB
Complementary color
Monochromatic Colors of #1176FB
Black with #1176FB
Text Example
Text Example
White with #1176FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176FB; }
p { color: rgb(17,118,251); }
H1.HeaderClassName
{
color: #1176FB;
}
.AnyTagClassName
{
color: #1176FB;
}
</style>
background-color css
<style>
a { background-color: #1176FB; }
a { background-color: rgb(17,118,251); }
div.DivClassName
{
background-color: #1176FB;
}
.BgClassName
{
background-color: #1176FB;
}
</style>
border-color css
<style>
span { border-color: #1176FB; }
span { border-color: rgb(17,118,251); }
td.TdClassName
{
border-color: #1176FB;
}
.TagClassName
{
border-color: #1176FB;
}
</style>