Shades of Dodger Blue #1489DC
Tints of Dodger Blue #1489DC
RGB
CMYK
RGB Variations
Color information
#1489DC (or 0x1489DC) is known color: Dodger Blue. HEX triplet: 14, 89 and DC. RGB value is (20,137,220). Sum of RGB (Red+Green+Blue) = 20+137+220=377 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.31% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #1489DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1489DC is #EB7623. Grayscale: #6F6F6F. Windows color (decimal): -15431204 or 14453012. OLE color: 14453012.
HSL color Cylindrical-coordinate representation of color #1489DC: hue angle of 204.9º 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 #1489DC is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 137 | 220 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.14 |
| HSL | 204.9º | 0.83% | 0.47% | - |
| HSV(B) | 204.9º | 0.91% | 0.86% | - |
| XYZ | 22.15 | 23.21 | 71.02 | - |
| YUV | 111.48 | 189.24 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 220 | 0.91 | 0.38 | 0 | 0.14 | 204.9 | 0.83 | 0.47 |
| Hex | 14 | 89 | DC | 5B | 26 | 0 | E | CD | 53 | 2F |
| Octal | 24 | 211 | 334 | 133 | 46 | 0 | 16 | 315 | 123 | 57 |
| Binary | 10100 | 10001001 | 11011100 | 1011011 | 100110 | 0 | 1110 | 11001101 | 1010011 | 101111 |
Color Harmonies of #1489DC
Complementary color
Monochromatic Colors of #1489DC
Black with #1489DC
Text Example
Text Example
White with #1489DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1489DC; }
p { color: rgb(20,137,220); }
H1.HeaderClassName
{
color: #1489DC;
}
.AnyTagClassName
{
color: #1489DC;
}
</style>
background-color css
<style>
a { background-color: #1489DC; }
a { background-color: rgb(20,137,220); }
div.DivClassName
{
background-color: #1489DC;
}
.BgClassName
{
background-color: #1489DC;
}
</style>
border-color css
<style>
span { border-color: #1489DC; }
span { border-color: rgb(20,137,220); }
td.TdClassName
{
border-color: #1489DC;
}
.TagClassName
{
border-color: #1489DC;
}
</style>