Shades of Dodger Blue #1166FD
Tints of Dodger Blue #1166FD
RGB
CMYK
RGB Variations
Color information
#1166FD (or 0x1166FD) is known color: Dodger Blue. HEX triplet: 11, 66 and FD. RGB value is (17,102,253). Sum of RGB (Red+Green+Blue) = 17+102+253=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #1166FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1166FD is #EE9902. Grayscale: #5D5D5D. Windows color (decimal): -15636739 or 16606737. OLE color: 16606737.
HSL color Cylindrical-coordinate representation of color #1166FD: hue angle of 218.39º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1166FD is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 102 | 253 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.01 |
| HSL | 218.39º | 0.98% | 0.53% | - |
| HSV(B) | 218.39º | 0.93% | 0.99% | - |
| XYZ | 22.71 | 16.71 | 94.96 | - |
| YUV | 93.8 | 217.84 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 253 | 0.93 | 0.60 | 0 | 0.01 | 218.39 | 0.98 | 0.53 |
| Hex | 11 | 66 | FD | 5D | 3C | 0 | 1 | DA | 62 | 35 |
| Octal | 21 | 146 | 375 | 135 | 74 | 0 | 1 | 332 | 142 | 65 |
| Binary | 10001 | 1100110 | 11111101 | 1011101 | 111100 | 0 | 1 | 11011010 | 1100010 | 110101 |
Color Harmonies of #1166FD
Complementary color
Monochromatic Colors of #1166FD
Black with #1166FD
Text Example
Text Example
White with #1166FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1166FD; }
p { color: rgb(17,102,253); }
H1.HeaderClassName
{
color: #1166FD;
}
.AnyTagClassName
{
color: #1166FD;
}
</style>
background-color css
<style>
a { background-color: #1166FD; }
a { background-color: rgb(17,102,253); }
div.DivClassName
{
background-color: #1166FD;
}
.BgClassName
{
background-color: #1166FD;
}
</style>
border-color css
<style>
span { border-color: #1166FD; }
span { border-color: rgb(17,102,253); }
td.TdClassName
{
border-color: #1166FD;
}
.TagClassName
{
border-color: #1166FD;
}
</style>