Shades of Dodger Blue #1166FB
Tints of Dodger Blue #1166FB
RGB
CMYK
RGB Variations
Color information
#1166FB (or 0x1166FB) is known color: Dodger Blue. HEX triplet: 11, 66 and FB. RGB value is (17,102,251). Sum of RGB (Red+Green+Blue) = 17+102+251=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 251 (98.44% from 255 or 67.84% from 370); Max value from RGB is 251 - color contains mainly: blue. Hex color #1166FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1166FB is #EE9904. Grayscale: #5C5C5C. Windows color (decimal): -15636741 or 16475665. OLE color: 16475665.
HSL color Cylindrical-coordinate representation of color #1166FB: hue angle of 218.21º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1166FB is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 17 | 102 | 251 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.02 |
| HSL | 218.21º | 0.97% | 0.53% | - |
| HSV(B) | 218.21º | 0.93% | 0.98% | - |
| XYZ | 22.4 | 16.59 | 93.29 | - |
| YUV | 93.57 | 216.84 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 251 | 0.93 | 0.59 | 0 | 0.02 | 218.21 | 0.97 | 0.53 |
| Hex | 11 | 66 | FB | 5D | 3B | 0 | 2 | DA | 61 | 35 |
| Octal | 21 | 146 | 373 | 135 | 73 | 0 | 2 | 332 | 141 | 65 |
| Binary | 10001 | 1100110 | 11111011 | 1011101 | 111011 | 0 | 10 | 11011010 | 1100001 | 110101 |
Color Harmonies of #1166FB
Complementary color
Monochromatic Colors of #1166FB
Black with #1166FB
Text Example
Text Example
White with #1166FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1166FB; }
p { color: rgb(17,102,251); }
H1.HeaderClassName
{
color: #1166FB;
}
.AnyTagClassName
{
color: #1166FB;
}
</style>
background-color css
<style>
a { background-color: #1166FB; }
a { background-color: rgb(17,102,251); }
div.DivClassName
{
background-color: #1166FB;
}
.BgClassName
{
background-color: #1166FB;
}
</style>
border-color css
<style>
span { border-color: #1166FB; }
span { border-color: rgb(17,102,251); }
td.TdClassName
{
border-color: #1166FB;
}
.TagClassName
{
border-color: #1166FB;
}
</style>