Shades of Dodger Blue #1166FC
Tints of Dodger Blue #1166FC
RGB
CMYK
RGB Variations
Color information
#1166FC (or 0x1166FC) is known color: Dodger Blue. HEX triplet: 11, 66 and FC. RGB value is (17,102,252). Sum of RGB (Red+Green+Blue) = 17+102+252=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #1166FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1166FC is #EE9903. Grayscale: #5D5D5D. Windows color (decimal): -15636740 or 16541201. OLE color: 16541201.
HSL color Cylindrical-coordinate representation of color #1166FC: hue angle of 218.3º 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 #1166FC is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 102 | 252 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.01 |
| HSL | 218.3º | 0.98% | 0.53% | - |
| HSV(B) | 218.3º | 0.93% | 0.99% | - |
| XYZ | 22.55 | 16.65 | 94.12 | - |
| YUV | 93.69 | 217.34 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 252 | 0.93 | 0.60 | 0 | 0.01 | 218.3 | 0.98 | 0.53 |
| Hex | 11 | 66 | FC | 5D | 3C | 0 | 1 | DA | 62 | 35 |
| Octal | 21 | 146 | 374 | 135 | 74 | 0 | 1 | 332 | 142 | 65 |
| Binary | 10001 | 1100110 | 11111100 | 1011101 | 111100 | 0 | 1 | 11011010 | 1100010 | 110101 |
Color Harmonies of #1166FC
Complementary color
Monochromatic Colors of #1166FC
Black with #1166FC
Text Example
Text Example
White with #1166FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1166FC; }
p { color: rgb(17,102,252); }
H1.HeaderClassName
{
color: #1166FC;
}
.AnyTagClassName
{
color: #1166FC;
}
</style>
background-color css
<style>
a { background-color: #1166FC; }
a { background-color: rgb(17,102,252); }
div.DivClassName
{
background-color: #1166FC;
}
.BgClassName
{
background-color: #1166FC;
}
</style>
border-color css
<style>
span { border-color: #1166FC; }
span { border-color: rgb(17,102,252); }
td.TdClassName
{
border-color: #1166FC;
}
.TagClassName
{
border-color: #1166FC;
}
</style>