Shades of Dodger Blue #1489DB
Tints of Dodger Blue #1489DB
RGB
CMYK
RGB Variations
Color information
#1489DB (or 0x1489DB) is known color: Dodger Blue. HEX triplet: 14, 89 and DB. RGB value is (20,137,219). Sum of RGB (Red+Green+Blue) = 20+137+219=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 219 (85.94% from 255 or 58.24% from 376); Max value from RGB is 219 - color contains mainly: blue. Hex color #1489DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1489DB is #EB7624. Grayscale: #6E6E6E. Windows color (decimal): -15431205 or 14387476. OLE color: 14387476.
HSL color Cylindrical-coordinate representation of color #1489DB: hue angle of 204.72º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1489DB is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 137 | 219 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.14 |
| HSL | 204.72º | 0.83% | 0.47% | - |
| HSV(B) | 204.72º | 0.91% | 0.86% | - |
| XYZ | 22.02 | 23.15 | 70.33 | - |
| YUV | 111.37 | 188.74 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 219 | 0.91 | 0.37 | 0 | 0.14 | 204.72 | 0.83 | 0.47 |
| Hex | 14 | 89 | DB | 5B | 25 | 0 | E | CD | 53 | 2F |
| Octal | 24 | 211 | 333 | 133 | 45 | 0 | 16 | 315 | 123 | 57 |
| Binary | 10100 | 10001001 | 11011011 | 1011011 | 100101 | 0 | 1110 | 11001101 | 1010011 | 101111 |
Color Harmonies of #1489DB
Complementary color
Monochromatic Colors of #1489DB
Black with #1489DB
Text Example
Text Example
White with #1489DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1489DB; }
p { color: rgb(20,137,219); }
H1.HeaderClassName
{
color: #1489DB;
}
.AnyTagClassName
{
color: #1489DB;
}
</style>
background-color css
<style>
a { background-color: #1489DB; }
a { background-color: rgb(20,137,219); }
div.DivClassName
{
background-color: #1489DB;
}
.BgClassName
{
background-color: #1489DB;
}
</style>
border-color css
<style>
span { border-color: #1489DB; }
span { border-color: rgb(20,137,219); }
td.TdClassName
{
border-color: #1489DB;
}
.TagClassName
{
border-color: #1489DB;
}
</style>