Shades of Dodger Blue #1689D9
Tints of Dodger Blue #1689D9
RGB
CMYK
RGB Variations
Color information
#1689D9 (or 0x1689D9) is known color: Dodger Blue. HEX triplet: 16, 89 and D9. RGB value is (22,137,217). Sum of RGB (Red+Green+Blue) = 22+137+217=376 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.85% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 217 (85.16% from 255 or 57.71% from 376); Max value from RGB is 217 - color contains mainly: blue. Hex color #1689D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1689D9 is #E97626. Grayscale: #6F6F6F. Windows color (decimal): -15300135 or 14256406. OLE color: 14256406.
HSL color Cylindrical-coordinate representation of color #1689D9: hue angle of 204.62º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1689D9 is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 22 | 137 | 217 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.15 |
| HSL | 204.62º | 0.82% | 0.47% | - |
| HSV(B) | 204.62º | 0.9% | 0.85% | - |
| XYZ | 21.8 | 23.07 | 68.95 | - |
| YUV | 111.74 | 187.4 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 217 | 0.90 | 0.37 | 0 | 0.15 | 204.62 | 0.82 | 0.47 |
| Hex | 16 | 89 | D9 | 5A | 25 | 0 | F | CD | 52 | 2F |
| Octal | 26 | 211 | 331 | 132 | 45 | 0 | 17 | 315 | 122 | 57 |
| Binary | 10110 | 10001001 | 11011001 | 1011010 | 100101 | 0 | 1111 | 11001101 | 1010010 | 101111 |
Color Harmonies of #1689D9
Complementary color
Monochromatic Colors of #1689D9
Black with #1689D9
Text Example
Text Example
White with #1689D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1689D9; }
p { color: rgb(22,137,217); }
H1.HeaderClassName
{
color: #1689D9;
}
.AnyTagClassName
{
color: #1689D9;
}
</style>
background-color css
<style>
a { background-color: #1689D9; }
a { background-color: rgb(22,137,217); }
div.DivClassName
{
background-color: #1689D9;
}
.BgClassName
{
background-color: #1689D9;
}
</style>
border-color css
<style>
span { border-color: #1689D9; }
span { border-color: rgb(22,137,217); }
td.TdClassName
{
border-color: #1689D9;
}
.TagClassName
{
border-color: #1689D9;
}
</style>