Shades of Dodger Blue #166AF1
Tints of Dodger Blue #166AF1
RGB
CMYK
RGB Variations
Color information
#166AF1 (or 0x166AF1) is known color: Dodger Blue. HEX triplet: 16, 6A and F1. RGB value is (22,106,241). Sum of RGB (Red+Green+Blue) = 22+106+241=369 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.96% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 241 (94.53% from 255 or 65.31% from 369); Max value from RGB is 241 - color contains mainly: blue. Hex color #166AF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166AF1 is #E9950E. Grayscale: #5F5F5F. Windows color (decimal): -15308047 or 15821334. OLE color: 15821334.
HSL color Cylindrical-coordinate representation of color #166AF1: hue angle of 216.99º 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 #166AF1 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 106 | 241 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.05 |
| HSL | 216.99º | 0.89% | 0.52% | - |
| HSV(B) | 216.99º | 0.91% | 0.95% | - |
| XYZ | 21.36 | 16.83 | 85.34 | - |
| YUV | 96.27 | 209.67 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 241 | 0.91 | 0.56 | 0 | 0.05 | 216.99 | 0.89 | 0.52 |
| Hex | 16 | 6A | F1 | 5B | 38 | 0 | 5 | D9 | 59 | 34 |
| Octal | 26 | 152 | 361 | 133 | 70 | 0 | 5 | 331 | 131 | 64 |
| Binary | 10110 | 1101010 | 11110001 | 1011011 | 111000 | 0 | 101 | 11011001 | 1011001 | 110100 |
Color Harmonies of #166AF1
Complementary color
Monochromatic Colors of #166AF1
Black with #166AF1
Text Example
Text Example
White with #166AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166AF1; }
p { color: rgb(22,106,241); }
H1.HeaderClassName
{
color: #166AF1;
}
.AnyTagClassName
{
color: #166AF1;
}
</style>
background-color css
<style>
a { background-color: #166AF1; }
a { background-color: rgb(22,106,241); }
div.DivClassName
{
background-color: #166AF1;
}
.BgClassName
{
background-color: #166AF1;
}
</style>
border-color css
<style>
span { border-color: #166AF1; }
span { border-color: rgb(22,106,241); }
td.TdClassName
{
border-color: #166AF1;
}
.TagClassName
{
border-color: #166AF1;
}
</style>