Shades of Dodger Blue #1176FF
Tints of Dodger Blue #1176FF
RGB
CMYK
RGB Variations
Color information
#1176FF (or 0x1176FF) is known color: Dodger Blue. HEX triplet: 11, 76 and FF. RGB value is (17,118,255). Sum of RGB (Red+Green+Blue) = 17+118+255=390 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.36% from 390); Green value is 118 (46.48% from 255 or 30.26% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #1176FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1176FF is #EE8900. Grayscale: #666666. Windows color (decimal): -15632641 or 16741905. OLE color: 16741905.
HSL color Cylindrical-coordinate representation of color #1176FF: hue angle of 214.54º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1176FF is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 118 | 255 | - |
| CMYK | 0.93 | 0.54 | 0 | 0 |
| HSL | 214.54º | 1% | 0.53% | - |
| HSV(B) | 214.54º | 0.93% | 1% | - |
| XYZ | 24.76 | 20.3 | 97.22 | - |
| YUV | 103.42 | 213.54 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 255 | 0.93 | 0.54 | 0 | 0 | 214.54 | 1 | 0.53 |
| Hex | 11 | 76 | FF | 5D | 36 | 0 | 0 | D7 | 64 | 35 |
| Octal | 21 | 166 | 377 | 135 | 66 | 0 | 0 | 327 | 144 | 65 |
| Binary | 10001 | 1110110 | 11111111 | 1011101 | 110110 | 0 | 0 | 11010111 | 1100100 | 110101 |
Color Harmonies of #1176FF
Complementary color
Monochromatic Colors of #1176FF
Black with #1176FF
Text Example
Text Example
White with #1176FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1176FF; }
p { color: rgb(17,118,255); }
H1.HeaderClassName
{
color: #1176FF;
}
.AnyTagClassName
{
color: #1176FF;
}
</style>
background-color css
<style>
a { background-color: #1176FF; }
a { background-color: rgb(17,118,255); }
div.DivClassName
{
background-color: #1176FF;
}
.BgClassName
{
background-color: #1176FF;
}
</style>
border-color css
<style>
span { border-color: #1176FF; }
span { border-color: rgb(17,118,255); }
td.TdClassName
{
border-color: #1176FF;
}
.TagClassName
{
border-color: #1176FF;
}
</style>