Shades of Dodger Blue #1689DB
Tints of Dodger Blue #1689DB
RGB
CMYK
RGB Variations
Color information
#1689DB (or 0x1689DB) is known color: Dodger Blue. HEX triplet: 16, 89 and DB. RGB value is (22,137,219). Sum of RGB (Red+Green+Blue) = 22+137+219=378 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.82% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #1689DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1689DB is #E97624. Grayscale: #6F6F6F. Windows color (decimal): -15300133 or 14387478. OLE color: 14387478.
HSL color Cylindrical-coordinate representation of color #1689DB: hue angle of 204.97º 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 #1689DB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 22 | 137 | 219 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.14 |
| HSL | 204.97º | 0.82% | 0.47% | - |
| HSV(B) | 204.97º | 0.9% | 0.86% | - |
| XYZ | 22.06 | 23.18 | 70.33 | - |
| YUV | 111.96 | 188.4 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 137 | 219 | 0.90 | 0.37 | 0 | 0.14 | 204.97 | 0.82 | 0.47 |
| Hex | 16 | 89 | DB | 5A | 25 | 0 | E | CD | 52 | 2F |
| Octal | 26 | 211 | 333 | 132 | 45 | 0 | 16 | 315 | 122 | 57 |
| Binary | 10110 | 10001001 | 11011011 | 1011010 | 100101 | 0 | 1110 | 11001101 | 1010010 | 101111 |
Color Harmonies of #1689DB
Complementary color
Monochromatic Colors of #1689DB
Black with #1689DB
Text Example
Text Example
White with #1689DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1689DB; }
p { color: rgb(22,137,219); }
H1.HeaderClassName
{
color: #1689DB;
}
.AnyTagClassName
{
color: #1689DB;
}
</style>
background-color css
<style>
a { background-color: #1689DB; }
a { background-color: rgb(22,137,219); }
div.DivClassName
{
background-color: #1689DB;
}
.BgClassName
{
background-color: #1689DB;
}
</style>
border-color css
<style>
span { border-color: #1689DB; }
span { border-color: rgb(22,137,219); }
td.TdClassName
{
border-color: #1689DB;
}
.TagClassName
{
border-color: #1689DB;
}
</style>