Shades of Dodger Blue #166DF4
Tints of Dodger Blue #166DF4
RGB
CMYK
RGB Variations
Color information
#166DF4 (or 0x166DF4) is known color: Dodger Blue. HEX triplet: 16, 6D and F4. RGB value is (22,109,244). Sum of RGB (Red+Green+Blue) = 22+109+244=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 244 (95.70% from 255 or 65.07% from 375); Max value from RGB is 244 - color contains mainly: blue. Hex color #166DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166DF4 is #E9920B. Grayscale: #616161. Windows color (decimal): -15307276 or 16018710. OLE color: 16018710.
HSL color Cylindrical-coordinate representation of color #166DF4: hue angle of 216.49º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166DF4 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 109 | 244 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.04 |
| HSL | 216.49º | 0.91% | 0.52% | - |
| HSV(B) | 216.49º | 0.91% | 0.96% | - |
| XYZ | 22.13 | 17.64 | 87.83 | - |
| YUV | 98.38 | 210.18 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 244 | 0.91 | 0.55 | 0 | 0.04 | 216.49 | 0.91 | 0.52 |
| Hex | 16 | 6D | F4 | 5B | 37 | 0 | 4 | D8 | 5B | 34 |
| Octal | 26 | 155 | 364 | 133 | 67 | 0 | 4 | 330 | 133 | 64 |
| Binary | 10110 | 1101101 | 11110100 | 1011011 | 110111 | 0 | 100 | 11011000 | 1011011 | 110100 |
Color Harmonies of #166DF4
Complementary color
Monochromatic Colors of #166DF4
Black with #166DF4
Text Example
Text Example
White with #166DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166DF4; }
p { color: rgb(22,109,244); }
H1.HeaderClassName
{
color: #166DF4;
}
.AnyTagClassName
{
color: #166DF4;
}
</style>
background-color css
<style>
a { background-color: #166DF4; }
a { background-color: rgb(22,109,244); }
div.DivClassName
{
background-color: #166DF4;
}
.BgClassName
{
background-color: #166DF4;
}
</style>
border-color css
<style>
span { border-color: #166DF4; }
span { border-color: rgb(22,109,244); }
td.TdClassName
{
border-color: #166DF4;
}
.TagClassName
{
border-color: #166DF4;
}
</style>