Shades of Dodger Blue #166FF8
Tints of Dodger Blue #166FF8
RGB
CMYK
RGB Variations
Color information
#166FF8 (or 0x166FF8) is known color: Dodger Blue. HEX triplet: 16, 6F and F8. RGB value is (22,111,248). Sum of RGB (Red+Green+Blue) = 22+111+248=381 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.77% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 248 (97.27% from 255 or 65.09% from 381); Max value from RGB is 248 - color contains mainly: blue. Hex color #166FF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166FF8 is #E99007. Grayscale: #636363. Windows color (decimal): -15306760 or 16281366. OLE color: 16281366.
HSL color Cylindrical-coordinate representation of color #166FF8: hue angle of 216.37º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #166FF8 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 111 | 248 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.03 |
| HSL | 216.37º | 0.94% | 0.53% | - |
| HSV(B) | 216.37º | 0.91% | 0.97% | - |
| XYZ | 22.96 | 18.32 | 91.13 | - |
| YUV | 100.01 | 211.51 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 111 | 248 | 0.91 | 0.55 | 0 | 0.03 | 216.37 | 0.94 | 0.53 |
| Hex | 16 | 6F | F8 | 5B | 37 | 0 | 3 | D8 | 5E | 35 |
| Octal | 26 | 157 | 370 | 133 | 67 | 0 | 3 | 330 | 136 | 65 |
| Binary | 10110 | 1101111 | 11111000 | 1011011 | 110111 | 0 | 11 | 11011000 | 1011110 | 110101 |
Color Harmonies of #166FF8
Complementary color
Monochromatic Colors of #166FF8
Black with #166FF8
Text Example
Text Example
White with #166FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166FF8; }
p { color: rgb(22,111,248); }
H1.HeaderClassName
{
color: #166FF8;
}
.AnyTagClassName
{
color: #166FF8;
}
</style>
background-color css
<style>
a { background-color: #166FF8; }
a { background-color: rgb(22,111,248); }
div.DivClassName
{
background-color: #166FF8;
}
.BgClassName
{
background-color: #166FF8;
}
</style>
border-color css
<style>
span { border-color: #166FF8; }
span { border-color: rgb(22,111,248); }
td.TdClassName
{
border-color: #166FF8;
}
.TagClassName
{
border-color: #166FF8;
}
</style>