Shades of Dodger Blue #166EF3
Tints of Dodger Blue #166EF3
RGB
CMYK
RGB Variations
Color information
#166EF3 (or 0x166EF3) is known color: Dodger Blue. HEX triplet: 16, 6E and F3. RGB value is (22,110,243). Sum of RGB (Red+Green+Blue) = 22+110+243=375 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.87% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 243 (95.31% from 255 or 64.8% from 375); Max value from RGB is 243 - color contains mainly: blue. Hex color #166EF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #166EF3 is #E9910C. Grayscale: #626262. Windows color (decimal): -15307021 or 15953430. OLE color: 15953430.
HSL color Cylindrical-coordinate representation of color #166EF3: hue angle of 216.11º 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 #166EF3 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 22 | 110 | 243 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.05 |
| HSL | 216.11º | 0.9% | 0.52% | - |
| HSV(B) | 216.11º | 0.91% | 0.95% | - |
| XYZ | 22.08 | 17.79 | 87.06 | - |
| YUV | 98.85 | 209.35 | 73.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 110 | 243 | 0.91 | 0.55 | 0 | 0.05 | 216.11 | 0.9 | 0.52 |
| Hex | 16 | 6E | F3 | 5B | 37 | 0 | 5 | D8 | 5A | 34 |
| Octal | 26 | 156 | 363 | 133 | 67 | 0 | 5 | 330 | 132 | 64 |
| Binary | 10110 | 1101110 | 11110011 | 1011011 | 110111 | 0 | 101 | 11011000 | 1011010 | 110100 |
Color Harmonies of #166EF3
Complementary color
Monochromatic Colors of #166EF3
Black with #166EF3
Text Example
Text Example
White with #166EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166EF3; }
p { color: rgb(22,110,243); }
H1.HeaderClassName
{
color: #166EF3;
}
.AnyTagClassName
{
color: #166EF3;
}
</style>
background-color css
<style>
a { background-color: #166EF3; }
a { background-color: rgb(22,110,243); }
div.DivClassName
{
background-color: #166EF3;
}
.BgClassName
{
background-color: #166EF3;
}
</style>
border-color css
<style>
span { border-color: #166EF3; }
span { border-color: rgb(22,110,243); }
td.TdClassName
{
border-color: #166EF3;
}
.TagClassName
{
border-color: #166EF3;
}
</style>