Shades of Dodger Blue #1689DC
Tints of Dodger Blue #1689DC
RGB
CMYK
RGB Variations
Color information
#1689DC (or 0x1689DC) is known color: Dodger Blue. HEX triplet: 16, 89 and DC. RGB value is (22,137,220). Sum of RGB (Red+Green+Blue) = 22+137+220=379 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.80% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #1689DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1689DC is #E97623. Grayscale: #6F6F6F. Windows color (decimal): -15300132 or 14453014. OLE color: 14453014.
HSL color Cylindrical-coordinate representation of color #1689DC: hue angle of 205.15º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1689DC is Cyan = 0.9, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 137 | 220 | - |
| CMYK | 0.9 | 0.38 | 0 | 0.14 |
| HSL | 205.15º | 0.82% | 0.47% | - |
| HSV(B) | 205.15º | 0.9% | 0.86% | - |
| XYZ | 22.19 | 23.23 | 71.02 | - |
| YUV | 112.08 | 188.9 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 220 | 0.9 | 0.38 | 0 | 0.14 | 205.15 | 0.82 | 0.47 |
| Hex | 16 | 89 | DC | 5A | 26 | 0 | E | CD | 52 | 2F |
| Octal | 26 | 211 | 334 | 132 | 46 | 0 | 16 | 315 | 122 | 57 |
| Binary | 10110 | 10001001 | 11011100 | 1011010 | 100110 | 0 | 1110 | 11001101 | 1010010 | 101111 |
Color Harmonies of #1689DC
Complementary color
Monochromatic Colors of #1689DC
Black with #1689DC
Text Example
Text Example
White with #1689DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1689DC; }
p { color: rgb(22,137,220); }
H1.HeaderClassName
{
color: #1689DC;
}
.AnyTagClassName
{
color: #1689DC;
}
</style>
background-color css
<style>
a { background-color: #1689DC; }
a { background-color: rgb(22,137,220); }
div.DivClassName
{
background-color: #1689DC;
}
.BgClassName
{
background-color: #1689DC;
}
</style>
border-color css
<style>
span { border-color: #1689DC; }
span { border-color: rgb(22,137,220); }
td.TdClassName
{
border-color: #1689DC;
}
.TagClassName
{
border-color: #1689DC;
}
</style>