Shades of Dodger Blue #1489DD
Tints of Dodger Blue #1489DD
RGB
CMYK
RGB Variations
Color information
#1489DD (or 0x1489DD) is known color: Dodger Blue. HEX triplet: 14, 89 and DD. RGB value is (20,137,221). Sum of RGB (Red+Green+Blue) = 20+137+221=378 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.29% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #1489DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1489DD is #EB7622. Grayscale: #6F6F6F. Windows color (decimal): -15431203 or 14518548. OLE color: 14518548.
HSL color Cylindrical-coordinate representation of color #1489DD: hue angle of 205.07º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1489DD is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 137 | 221 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.13 |
| HSL | 205.07º | 0.83% | 0.47% | - |
| HSV(B) | 205.07º | 0.91% | 0.87% | - |
| XYZ | 22.29 | 23.26 | 71.72 | - |
| YUV | 111.59 | 189.74 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 221 | 0.91 | 0.38 | 0 | 0.13 | 205.07 | 0.83 | 0.47 |
| Hex | 14 | 89 | DD | 5B | 26 | 0 | D | CD | 53 | 2F |
| Octal | 24 | 211 | 335 | 133 | 46 | 0 | 15 | 315 | 123 | 57 |
| Binary | 10100 | 10001001 | 11011101 | 1011011 | 100110 | 0 | 1101 | 11001101 | 1010011 | 101111 |
Color Harmonies of #1489DD
Complementary color
Monochromatic Colors of #1489DD
Black with #1489DD
Text Example
Text Example
White with #1489DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1489DD; }
p { color: rgb(20,137,221); }
H1.HeaderClassName
{
color: #1489DD;
}
.AnyTagClassName
{
color: #1489DD;
}
</style>
background-color css
<style>
a { background-color: #1489DD; }
a { background-color: rgb(20,137,221); }
div.DivClassName
{
background-color: #1489DD;
}
.BgClassName
{
background-color: #1489DD;
}
</style>
border-color css
<style>
span { border-color: #1489DD; }
span { border-color: rgb(20,137,221); }
td.TdClassName
{
border-color: #1489DD;
}
.TagClassName
{
border-color: #1489DD;
}
</style>