Shades of Dodger Blue #1689EC
Tints of Dodger Blue #1689EC
RGB
CMYK
RGB Variations
Color information
#1689EC (or 0x1689EC) is known color: Dodger Blue. HEX triplet: 16, 89 and EC. RGB value is (22,137,236). Sum of RGB (Red+Green+Blue) = 22+137+236=395 (52% of max value = 765). Red value is 22 (8.98% from 255 or 5.57% from 395); Green value is 137 (53.91% from 255 or 34.68% from 395); Blue value is 236 (92.58% from 255 or 59.75% from 395); Max value from RGB is 236 - color contains mainly: blue. Hex color #1689EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1689EC is #E97613. Grayscale: #717171. Windows color (decimal): -15300116 or 15501590. OLE color: 15501590.
HSL color Cylindrical-coordinate representation of color #1689EC: hue angle of 207.76º 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 #1689EC is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 137 | 236 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.07 |
| HSL | 207.76º | 0.85% | 0.51% | - |
| HSV(B) | 207.76º | 0.91% | 0.93% | - |
| XYZ | 24.42 | 24.12 | 82.73 | - |
| YUV | 113.9 | 196.9 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 236 | 0.91 | 0.42 | 0 | 0.07 | 207.76 | 0.85 | 0.51 |
| Hex | 16 | 89 | EC | 5B | 2A | 0 | 7 | D0 | 55 | 33 |
| Octal | 26 | 211 | 354 | 133 | 52 | 0 | 7 | 320 | 125 | 63 |
| Binary | 10110 | 10001001 | 11101100 | 1011011 | 101010 | 0 | 111 | 11010000 | 1010101 | 110011 |
Color Harmonies of #1689EC
Complementary color
Monochromatic Colors of #1689EC
Black with #1689EC
Text Example
Text Example
White with #1689EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1689EC; }
p { color: rgb(22,137,236); }
H1.HeaderClassName
{
color: #1689EC;
}
.AnyTagClassName
{
color: #1689EC;
}
</style>
background-color css
<style>
a { background-color: #1689EC; }
a { background-color: rgb(22,137,236); }
div.DivClassName
{
background-color: #1689EC;
}
.BgClassName
{
background-color: #1689EC;
}
</style>
border-color css
<style>
span { border-color: #1689EC; }
span { border-color: rgb(22,137,236); }
td.TdClassName
{
border-color: #1689EC;
}
.TagClassName
{
border-color: #1689EC;
}
</style>