Shades of Dodger Blue #166EF1
Tints of Dodger Blue #166EF1
RGB
CMYK
RGB Variations
Color information
#166EF1 (or 0x166EF1) is known color: Dodger Blue. HEX triplet: 16, 6E and F1. RGB value is (22,110,241). Sum of RGB (Red+Green+Blue) = 22+110+241=373 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.90% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 241 (94.53% from 255 or 64.61% from 373); Max value from RGB is 241 - color contains mainly: blue. Hex color #166EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166EF1 is #E9910E. Grayscale: #626262. Windows color (decimal): -15307023 or 15822358. OLE color: 15822358.
HSL color Cylindrical-coordinate representation of color #166EF1: hue angle of 215.89º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166EF1 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 110 | 241 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.05 |
| HSL | 215.89º | 0.89% | 0.52% | - |
| HSV(B) | 215.89º | 0.91% | 0.95% | - |
| XYZ | 21.78 | 17.67 | 85.48 | - |
| YUV | 98.62 | 208.35 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 241 | 0.91 | 0.54 | 0 | 0.05 | 215.89 | 0.89 | 0.52 |
| Hex | 16 | 6E | F1 | 5B | 36 | 0 | 5 | D8 | 59 | 34 |
| Octal | 26 | 156 | 361 | 133 | 66 | 0 | 5 | 330 | 131 | 64 |
| Binary | 10110 | 1101110 | 11110001 | 1011011 | 110110 | 0 | 101 | 11011000 | 1011001 | 110100 |
Color Harmonies of #166EF1
Complementary color
Monochromatic Colors of #166EF1
Black with #166EF1
Text Example
Text Example
White with #166EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166EF1; }
p { color: rgb(22,110,241); }
H1.HeaderClassName
{
color: #166EF1;
}
.AnyTagClassName
{
color: #166EF1;
}
</style>
background-color css
<style>
a { background-color: #166EF1; }
a { background-color: rgb(22,110,241); }
div.DivClassName
{
background-color: #166EF1;
}
.BgClassName
{
background-color: #166EF1;
}
</style>
border-color css
<style>
span { border-color: #166EF1; }
span { border-color: rgb(22,110,241); }
td.TdClassName
{
border-color: #166EF1;
}
.TagClassName
{
border-color: #166EF1;
}
</style>