Shades of Dodger Blue #166AF3
Tints of Dodger Blue #166AF3
RGB
CMYK
RGB Variations
Color information
#166AF3 (or 0x166AF3) is known color: Dodger Blue. HEX triplet: 16, 6A and F3. RGB value is (22,106,243). Sum of RGB (Red+Green+Blue) = 22+106+243=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 243 (95.31% from 255 or 65.50% from 371); Max value from RGB is 243 - color contains mainly: blue. Hex color #166AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166AF3 is #E9950C. Grayscale: #5F5F5F. Windows color (decimal): -15308045 or 15952406. OLE color: 15952406.
HSL color Cylindrical-coordinate representation of color #166AF3: hue angle of 217.19º degrees, saturation: 0.9, 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 #166AF3 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 106 | 243 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.05 |
| HSL | 217.19º | 0.9% | 0.52% | - |
| HSV(B) | 217.19º | 0.91% | 0.95% | - |
| XYZ | 21.66 | 16.95 | 86.92 | - |
| YUV | 96.5 | 210.67 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 243 | 0.91 | 0.56 | 0 | 0.05 | 217.19 | 0.9 | 0.52 |
| Hex | 16 | 6A | F3 | 5B | 38 | 0 | 5 | D9 | 5A | 34 |
| Octal | 26 | 152 | 363 | 133 | 70 | 0 | 5 | 331 | 132 | 64 |
| Binary | 10110 | 1101010 | 11110011 | 1011011 | 111000 | 0 | 101 | 11011001 | 1011010 | 110100 |
Color Harmonies of #166AF3
Complementary color
Monochromatic Colors of #166AF3
Black with #166AF3
Text Example
Text Example
White with #166AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166AF3; }
p { color: rgb(22,106,243); }
H1.HeaderClassName
{
color: #166AF3;
}
.AnyTagClassName
{
color: #166AF3;
}
</style>
background-color css
<style>
a { background-color: #166AF3; }
a { background-color: rgb(22,106,243); }
div.DivClassName
{
background-color: #166AF3;
}
.BgClassName
{
background-color: #166AF3;
}
</style>
border-color css
<style>
span { border-color: #166AF3; }
span { border-color: rgb(22,106,243); }
td.TdClassName
{
border-color: #166AF3;
}
.TagClassName
{
border-color: #166AF3;
}
</style>