Shades of Dodger Blue #166FEE
Tints of Dodger Blue #166FEE
RGB
CMYK
RGB Variations
Color information
#166FEE (or 0x166FEE) is known color: Dodger Blue. HEX triplet: 16, 6F and EE. RGB value is (22,111,238). Sum of RGB (Red+Green+Blue) = 22+111+238=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #166FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166FEE is #E99011. Grayscale: #626262. Windows color (decimal): -15306770 or 15626006. OLE color: 15626006.
HSL color Cylindrical-coordinate representation of color #166FEE: hue angle of 215.28º 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 #166FEE is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 111 | 238 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.07 |
| HSL | 215.28º | 0.86% | 0.51% | - |
| HSV(B) | 215.28º | 0.91% | 0.93% | - |
| XYZ | 21.45 | 17.71 | 83.18 | - |
| YUV | 98.87 | 206.51 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 238 | 0.91 | 0.53 | 0 | 0.07 | 215.28 | 0.86 | 0.51 |
| Hex | 16 | 6F | EE | 5B | 35 | 0 | 7 | D7 | 56 | 33 |
| Octal | 26 | 157 | 356 | 133 | 65 | 0 | 7 | 327 | 126 | 63 |
| Binary | 10110 | 1101111 | 11101110 | 1011011 | 110101 | 0 | 111 | 11010111 | 1010110 | 110011 |
Color Harmonies of #166FEE
Complementary color
Monochromatic Colors of #166FEE
Black with #166FEE
Text Example
Text Example
White with #166FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FEE; }
p { color: rgb(22,111,238); }
H1.HeaderClassName
{
color: #166FEE;
}
.AnyTagClassName
{
color: #166FEE;
}
</style>
background-color css
<style>
a { background-color: #166FEE; }
a { background-color: rgb(22,111,238); }
div.DivClassName
{
background-color: #166FEE;
}
.BgClassName
{
background-color: #166FEE;
}
</style>
border-color css
<style>
span { border-color: #166FEE; }
span { border-color: rgb(22,111,238); }
td.TdClassName
{
border-color: #166FEE;
}
.TagClassName
{
border-color: #166FEE;
}
</style>