Shades of Dodger Blue #166EFE
Tints of Dodger Blue #166EFE
RGB
CMYK
RGB Variations
Color information
#166EFE (or 0x166EFE) is known color: Dodger Blue. HEX triplet: 16, 6E and FE. RGB value is (22,110,254). Sum of RGB (Red+Green+Blue) = 22+110+254=386 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.70% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #166EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166EFE is #E99101. Grayscale: #636363. Windows color (decimal): -15307010 or 16674326. OLE color: 16674326.
HSL color Cylindrical-coordinate representation of color #166EFE: hue angle of 217.24º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166EFE is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 22 | 110 | 254 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.00 |
| HSL | 217.24º | 0.99% | 0.54% | - |
| HSV(B) | 217.24º | 0.91% | 1% | - |
| XYZ | 23.8 | 18.48 | 96.08 | - |
| YUV | 100.1 | 214.85 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 254 | 0.91 | 0.57 | 0 | 0.00 | 217.24 | 0.99 | 0.54 |
| Hex | 16 | 6E | FE | 5B | 39 | 0 | 0 | D9 | 63 | 36 |
| Octal | 26 | 156 | 376 | 133 | 71 | 0 | 0 | 331 | 143 | 66 |
| Binary | 10110 | 1101110 | 11111110 | 1011011 | 111001 | 0 | 0 | 11011001 | 1100011 | 110110 |
Color Harmonies of #166EFE
Complementary color
Monochromatic Colors of #166EFE
Black with #166EFE
Text Example
Text Example
White with #166EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166EFE; }
p { color: rgb(22,110,254); }
H1.HeaderClassName
{
color: #166EFE;
}
.AnyTagClassName
{
color: #166EFE;
}
</style>
background-color css
<style>
a { background-color: #166EFE; }
a { background-color: rgb(22,110,254); }
div.DivClassName
{
background-color: #166EFE;
}
.BgClassName
{
background-color: #166EFE;
}
</style>
border-color css
<style>
span { border-color: #166EFE; }
span { border-color: rgb(22,110,254); }
td.TdClassName
{
border-color: #166EFE;
}
.TagClassName
{
border-color: #166EFE;
}
</style>