Shades of Dodger Blue #1171FF
Tints of Dodger Blue #1171FF
RGB
CMYK
RGB Variations
Color information
#1171FF (or 0x1171FF) is known color: Dodger Blue. HEX triplet: 11, 71 and FF. RGB value is (17,113,255). Sum of RGB (Red+Green+Blue) = 17+113+255=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #1171FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1171FF is #EE8E00. Grayscale: #636363. Windows color (decimal): -15633921 or 16740625. OLE color: 16740625.
HSL color Cylindrical-coordinate representation of color #1171FF: hue angle of 215.8º 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 #1171FF is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 113 | 255 | - |
| CMYK | 0.93 | 0.56 | 0 | 0 |
| HSL | 215.8º | 1% | 0.53% | - |
| HSV(B) | 215.8º | 0.93% | 1% | - |
| XYZ | 24.19 | 19.15 | 97.03 | - |
| YUV | 100.48 | 215.2 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 255 | 0.93 | 0.56 | 0 | 0 | 215.8 | 1 | 0.53 |
| Hex | 11 | 71 | FF | 5D | 38 | 0 | 0 | D8 | 64 | 35 |
| Octal | 21 | 161 | 377 | 135 | 70 | 0 | 0 | 330 | 144 | 65 |
| Binary | 10001 | 1110001 | 11111111 | 1011101 | 111000 | 0 | 0 | 11011000 | 1100100 | 110101 |
Color Harmonies of #1171FF
Complementary color
Monochromatic Colors of #1171FF
Black with #1171FF
Text Example
Text Example
White with #1171FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1171FF; }
p { color: rgb(17,113,255); }
H1.HeaderClassName
{
color: #1171FF;
}
.AnyTagClassName
{
color: #1171FF;
}
</style>
background-color css
<style>
a { background-color: #1171FF; }
a { background-color: rgb(17,113,255); }
div.DivClassName
{
background-color: #1171FF;
}
.BgClassName
{
background-color: #1171FF;
}
</style>
border-color css
<style>
span { border-color: #1171FF; }
span { border-color: rgb(17,113,255); }
td.TdClassName
{
border-color: #1171FF;
}
.TagClassName
{
border-color: #1171FF;
}
</style>