Shades of Dodger Blue #166DF3
Tints of Dodger Blue #166DF3
RGB
CMYK
RGB Variations
Color information
#166DF3 (or 0x166DF3) is known color: Dodger Blue. HEX triplet: 16, 6D and F3. RGB value is (22,109,243). Sum of RGB (Red+Green+Blue) = 22+109+243=374 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.88% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #166DF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166DF3 is #E9920C. Grayscale: #616161. Windows color (decimal): -15307277 or 15953174. OLE color: 15953174.
HSL color Cylindrical-coordinate representation of color #166DF3: hue angle of 216.38º 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 #166DF3 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 109 | 243 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.05 |
| HSL | 216.38º | 0.9% | 0.52% | - |
| HSV(B) | 216.38º | 0.91% | 0.95% | - |
| XYZ | 21.98 | 17.58 | 87.03 | - |
| YUV | 98.26 | 209.68 | 73.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 243 | 0.91 | 0.55 | 0 | 0.05 | 216.38 | 0.9 | 0.52 |
| Hex | 16 | 6D | F3 | 5B | 37 | 0 | 5 | D8 | 5A | 34 |
| Octal | 26 | 155 | 363 | 133 | 67 | 0 | 5 | 330 | 132 | 64 |
| Binary | 10110 | 1101101 | 11110011 | 1011011 | 110111 | 0 | 101 | 11011000 | 1011010 | 110100 |
Color Harmonies of #166DF3
Complementary color
Monochromatic Colors of #166DF3
Black with #166DF3
Text Example
Text Example
White with #166DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166DF3; }
p { color: rgb(22,109,243); }
H1.HeaderClassName
{
color: #166DF3;
}
.AnyTagClassName
{
color: #166DF3;
}
</style>
background-color css
<style>
a { background-color: #166DF3; }
a { background-color: rgb(22,109,243); }
div.DivClassName
{
background-color: #166DF3;
}
.BgClassName
{
background-color: #166DF3;
}
</style>
border-color css
<style>
span { border-color: #166DF3; }
span { border-color: rgb(22,109,243); }
td.TdClassName
{
border-color: #166DF3;
}
.TagClassName
{
border-color: #166DF3;
}
</style>