Shades of Dodger Blue #166CFF
Tints of Dodger Blue #166CFF
RGB
CMYK
RGB Variations
Color information
#166CFF (or 0x166CFF) is known color: Dodger Blue. HEX triplet: 16, 6C and FF. RGB value is (22,108,255). Sum of RGB (Red+Green+Blue) = 22+108+255=385 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.71% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 255 (100% from 255 or 66.23% from 385); Max value from RGB is 255 - color contains mainly: blue. Hex color #166CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166CFF is #E99300. Grayscale: #626262. Windows color (decimal): -15307521 or 16739350. OLE color: 16739350.
HSL color Cylindrical-coordinate representation of color #166CFF: hue angle of 217.85º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166CFF is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 108 | 255 | - |
| CMYK | 0.91 | 0.58 | 0 | 0 |
| HSL | 217.85º | 1% | 0.54% | - |
| HSV(B) | 217.85º | 0.91% | 1% | - |
| XYZ | 23.74 | 18.12 | 96.85 | - |
| YUV | 99.04 | 216.01 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 108 | 255 | 0.91 | 0.58 | 0 | 0 | 217.85 | 1 | 0.54 |
| Hex | 16 | 6C | FF | 5B | 3A | 0 | 0 | DA | 64 | 36 |
| Octal | 26 | 154 | 377 | 133 | 72 | 0 | 0 | 332 | 144 | 66 |
| Binary | 10110 | 1101100 | 11111111 | 1011011 | 111010 | 0 | 0 | 11011010 | 1100100 | 110110 |
Color Harmonies of #166CFF
Complementary color
Monochromatic Colors of #166CFF
Black with #166CFF
Text Example
Text Example
White with #166CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166CFF; }
p { color: rgb(22,108,255); }
H1.HeaderClassName
{
color: #166CFF;
}
.AnyTagClassName
{
color: #166CFF;
}
</style>
background-color css
<style>
a { background-color: #166CFF; }
a { background-color: rgb(22,108,255); }
div.DivClassName
{
background-color: #166CFF;
}
.BgClassName
{
background-color: #166CFF;
}
</style>
border-color css
<style>
span { border-color: #166CFF; }
span { border-color: rgb(22,108,255); }
td.TdClassName
{
border-color: #166CFF;
}
.TagClassName
{
border-color: #166CFF;
}
</style>