Shades of Dodger Blue #1685EC
Tints of Dodger Blue #1685EC
RGB
CMYK
RGB Variations
Color information
#1685EC (or 0x1685EC) is known color: Dodger Blue. HEX triplet: 16, 85 and EC. RGB value is (22,133,236). Sum of RGB (Red+Green+Blue) = 22+133+236=391 (51% of max value = 765). Red value is 22 (8.98% from 255 or 5.63% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 236 (92.58% from 255 or 60.36% from 391); Max value from RGB is 236 - color contains mainly: blue. Hex color #1685EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1685EC is #E97A13. Grayscale: #6F6F6F. Windows color (decimal): -15301140 or 15500566. OLE color: 15500566.
HSL color Cylindrical-coordinate representation of color #1685EC: hue angle of 208.88º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1685EC is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 133 | 236 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.07 |
| HSL | 208.88º | 0.85% | 0.51% | - |
| HSV(B) | 208.88º | 0.91% | 0.93% | - |
| XYZ | 23.86 | 23 | 82.54 | - |
| YUV | 111.55 | 198.23 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 236 | 0.91 | 0.44 | 0 | 0.07 | 208.88 | 0.85 | 0.51 |
| Hex | 16 | 85 | EC | 5B | 2C | 0 | 7 | D1 | 55 | 33 |
| Octal | 26 | 205 | 354 | 133 | 54 | 0 | 7 | 321 | 125 | 63 |
| Binary | 10110 | 10000101 | 11101100 | 1011011 | 101100 | 0 | 111 | 11010001 | 1010101 | 110011 |
Color Harmonies of #1685EC
Complementary color
Monochromatic Colors of #1685EC
Black with #1685EC
Text Example
Text Example
White with #1685EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1685EC; }
p { color: rgb(22,133,236); }
H1.HeaderClassName
{
color: #1685EC;
}
.AnyTagClassName
{
color: #1685EC;
}
</style>
background-color css
<style>
a { background-color: #1685EC; }
a { background-color: rgb(22,133,236); }
div.DivClassName
{
background-color: #1685EC;
}
.BgClassName
{
background-color: #1685EC;
}
</style>
border-color css
<style>
span { border-color: #1685EC; }
span { border-color: rgb(22,133,236); }
td.TdClassName
{
border-color: #1685EC;
}
.TagClassName
{
border-color: #1685EC;
}
</style>