Shades of Dodger Blue #1686ED
Tints of Dodger Blue #1686ED
RGB
CMYK
RGB Variations
Color information
#1686ED (or 0x1686ED) is known color: Dodger Blue. HEX triplet: 16, 86 and ED. RGB value is (22,134,237). Sum of RGB (Red+Green+Blue) = 22+134+237=393 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.60% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #1686ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1686ED is #E97912. Grayscale: #6F6F6F. Windows color (decimal): -15300883 or 15566358. OLE color: 15566358.
HSL color Cylindrical-coordinate representation of color #1686ED: hue angle of 208.74º degrees, saturation: 0.86, 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 #1686ED is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 134 | 237 | - |
| CMYK | 0.91 | 0.43 | 0 | 0.07 |
| HSL | 208.74º | 0.86% | 0.51% | - |
| HSV(B) | 208.74º | 0.91% | 0.93% | - |
| XYZ | 24.14 | 23.34 | 83.35 | - |
| YUV | 112.25 | 198.39 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 237 | 0.91 | 0.43 | 0 | 0.07 | 208.74 | 0.86 | 0.51 |
| Hex | 16 | 86 | ED | 5B | 2B | 0 | 7 | D1 | 56 | 33 |
| Octal | 26 | 206 | 355 | 133 | 53 | 0 | 7 | 321 | 126 | 63 |
| Binary | 10110 | 10000110 | 11101101 | 1011011 | 101011 | 0 | 111 | 11010001 | 1010110 | 110011 |
Color Harmonies of #1686ED
Complementary color
Monochromatic Colors of #1686ED
Black with #1686ED
Text Example
Text Example
White with #1686ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1686ED; }
p { color: rgb(22,134,237); }
H1.HeaderClassName
{
color: #1686ED;
}
.AnyTagClassName
{
color: #1686ED;
}
</style>
background-color css
<style>
a { background-color: #1686ED; }
a { background-color: rgb(22,134,237); }
div.DivClassName
{
background-color: #1686ED;
}
.BgClassName
{
background-color: #1686ED;
}
</style>
border-color css
<style>
span { border-color: #1686ED; }
span { border-color: rgb(22,134,237); }
td.TdClassName
{
border-color: #1686ED;
}
.TagClassName
{
border-color: #1686ED;
}
</style>