Shades of Dodger Blue #1166FF
Tints of Dodger Blue #1166FF
RGB
CMYK
RGB Variations
Color information
#1166FF (or 0x1166FF) is known color: Dodger Blue. HEX triplet: 11, 66 and FF. RGB value is (17,102,255). Sum of RGB (Red+Green+Blue) = 17+102+255=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 255 (100% from 255 or 68.18% from 374); Max value from RGB is 255 - color contains mainly: blue. Hex color #1166FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1166FF is #EE9900. Grayscale: #5D5D5D. Windows color (decimal): -15636737 or 16737809. OLE color: 16737809.
HSL color Cylindrical-coordinate representation of color #1166FF: hue angle of 218.57º 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 #1166FF is Cyan = 0.93, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 102 | 255 | - |
| CMYK | 0.93 | 0.6 | 0 | 0 |
| HSL | 218.57º | 1% | 0.53% | - |
| HSV(B) | 218.57º | 0.93% | 1% | - |
| XYZ | 23.03 | 16.84 | 96.64 | - |
| YUV | 94.03 | 218.84 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 255 | 0.93 | 0.6 | 0 | 0 | 218.57 | 1 | 0.53 |
| Hex | 11 | 66 | FF | 5D | 3C | 0 | 0 | DB | 64 | 35 |
| Octal | 21 | 146 | 377 | 135 | 74 | 0 | 0 | 333 | 144 | 65 |
| Binary | 10001 | 1100110 | 11111111 | 1011101 | 111100 | 0 | 0 | 11011011 | 1100100 | 110101 |
Color Harmonies of #1166FF
Complementary color
Monochromatic Colors of #1166FF
Black with #1166FF
Text Example
Text Example
White with #1166FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1166FF; }
p { color: rgb(17,102,255); }
H1.HeaderClassName
{
color: #1166FF;
}
.AnyTagClassName
{
color: #1166FF;
}
</style>
background-color css
<style>
a { background-color: #1166FF; }
a { background-color: rgb(17,102,255); }
div.DivClassName
{
background-color: #1166FF;
}
.BgClassName
{
background-color: #1166FF;
}
</style>
border-color css
<style>
span { border-color: #1166FF; }
span { border-color: rgb(17,102,255); }
td.TdClassName
{
border-color: #1166FF;
}
.TagClassName
{
border-color: #1166FF;
}
</style>