Shades of Dodger Blue #166EEE
Tints of Dodger Blue #166EEE
RGB
CMYK
RGB Variations
Color information
#166EEE (or 0x166EEE) is known color: Dodger Blue. HEX triplet: 16, 6E and EE. RGB value is (22,110,238). Sum of RGB (Red+Green+Blue) = 22+110+238=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #166EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166EEE is #E99111. Grayscale: #616161. Windows color (decimal): -15307026 or 15625750. OLE color: 15625750.
HSL color Cylindrical-coordinate representation of color #166EEE: hue angle of 215.56º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166EEE is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 110 | 238 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.07 |
| HSL | 215.56º | 0.86% | 0.51% | - |
| HSV(B) | 215.56º | 0.91% | 0.93% | - |
| XYZ | 21.34 | 17.5 | 83.14 | - |
| YUV | 98.28 | 206.85 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 238 | 0.91 | 0.54 | 0 | 0.07 | 215.56 | 0.86 | 0.51 |
| Hex | 16 | 6E | EE | 5B | 36 | 0 | 7 | D8 | 56 | 33 |
| Octal | 26 | 156 | 356 | 133 | 66 | 0 | 7 | 330 | 126 | 63 |
| Binary | 10110 | 1101110 | 11101110 | 1011011 | 110110 | 0 | 111 | 11011000 | 1010110 | 110011 |
Color Harmonies of #166EEE
Complementary color
Monochromatic Colors of #166EEE
Black with #166EEE
Text Example
Text Example
White with #166EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166EEE; }
p { color: rgb(22,110,238); }
H1.HeaderClassName
{
color: #166EEE;
}
.AnyTagClassName
{
color: #166EEE;
}
</style>
background-color css
<style>
a { background-color: #166EEE; }
a { background-color: rgb(22,110,238); }
div.DivClassName
{
background-color: #166EEE;
}
.BgClassName
{
background-color: #166EEE;
}
</style>
border-color css
<style>
span { border-color: #166EEE; }
span { border-color: rgb(22,110,238); }
td.TdClassName
{
border-color: #166EEE;
}
.TagClassName
{
border-color: #166EEE;
}
</style>