Shades of Dodger Blue #166EFF
Tints of Dodger Blue #166EFF
RGB
CMYK
RGB Variations
Color information
#166EFF (or 0x166EFF) is known color: Dodger Blue. HEX triplet: 16, 6E and FF. RGB value is (22,110,255). Sum of RGB (Red+Green+Blue) = 22+110+255=387 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.68% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 255 (100% from 255 or 65.89% from 387); Max value from RGB is 255 - color contains mainly: blue. Hex color #166EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166EFF is #E99100. Grayscale: #636363. Windows color (decimal): -15307009 or 16739862. OLE color: 16739862.
HSL color Cylindrical-coordinate representation of color #166EFF: hue angle of 217.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166EFF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 110 | 255 | - |
| CMYK | 0.91 | 0.57 | 0 | 0 |
| HSL | 217.34º | 1% | 0.54% | - |
| HSV(B) | 217.34º | 0.91% | 1% | - |
| XYZ | 23.96 | 18.54 | 96.92 | - |
| YUV | 100.22 | 215.35 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 255 | 0.91 | 0.57 | 0 | 0 | 217.34 | 1 | 0.54 |
| Hex | 16 | 6E | FF | 5B | 39 | 0 | 0 | D9 | 64 | 36 |
| Octal | 26 | 156 | 377 | 133 | 71 | 0 | 0 | 331 | 144 | 66 |
| Binary | 10110 | 1101110 | 11111111 | 1011011 | 111001 | 0 | 0 | 11011001 | 1100100 | 110110 |
Color Harmonies of #166EFF
Complementary color
Monochromatic Colors of #166EFF
Black with #166EFF
Text Example
Text Example
White with #166EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166EFF; }
p { color: rgb(22,110,255); }
H1.HeaderClassName
{
color: #166EFF;
}
.AnyTagClassName
{
color: #166EFF;
}
</style>
background-color css
<style>
a { background-color: #166EFF; }
a { background-color: rgb(22,110,255); }
div.DivClassName
{
background-color: #166EFF;
}
.BgClassName
{
background-color: #166EFF;
}
</style>
border-color css
<style>
span { border-color: #166EFF; }
span { border-color: rgb(22,110,255); }
td.TdClassName
{
border-color: #166EFF;
}
.TagClassName
{
border-color: #166EFF;
}
</style>