Shades of Dodger Blue #1489E9
Tints of Dodger Blue #1489E9
RGB
CMYK
RGB Variations
Color information
#1489E9 (or 0x1489E9) is known color: Dodger Blue. HEX triplet: 14, 89 and E9. RGB value is (20,137,233). Sum of RGB (Red+Green+Blue) = 20+137+233=390 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.13% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 233 (91.41% from 255 or 59.74% from 390); Max value from RGB is 233 - color contains mainly: blue. Hex color #1489E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1489E9 is #EB7616. Grayscale: #707070. Windows color (decimal): -15431191 or 15304980. OLE color: 15304980.
HSL color Cylindrical-coordinate representation of color #1489E9: hue angle of 207.04º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1489E9 is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 20 | 137 | 233 | - |
| CMYK | 0.91 | 0.41 | 0 | 0.09 |
| HSL | 207.04º | 0.84% | 0.5% | - |
| HSV(B) | 207.04º | 0.91% | 0.91% | - |
| XYZ | 23.94 | 23.92 | 80.45 | - |
| YUV | 112.96 | 195.74 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 233 | 0.91 | 0.41 | 0 | 0.09 | 207.04 | 0.84 | 0.5 |
| Hex | 14 | 89 | E9 | 5B | 29 | 0 | 9 | CF | 54 | 32 |
| Octal | 24 | 211 | 351 | 133 | 51 | 0 | 11 | 317 | 124 | 62 |
| Binary | 10100 | 10001001 | 11101001 | 1011011 | 101001 | 0 | 1001 | 11001111 | 1010100 | 110010 |
Color Harmonies of #1489E9
Complementary color
Monochromatic Colors of #1489E9
Black with #1489E9
Text Example
Text Example
White with #1489E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1489E9; }
p { color: rgb(20,137,233); }
H1.HeaderClassName
{
color: #1489E9;
}
.AnyTagClassName
{
color: #1489E9;
}
</style>
background-color css
<style>
a { background-color: #1489E9; }
a { background-color: rgb(20,137,233); }
div.DivClassName
{
background-color: #1489E9;
}
.BgClassName
{
background-color: #1489E9;
}
</style>
border-color css
<style>
span { border-color: #1489E9; }
span { border-color: rgb(20,137,233); }
td.TdClassName
{
border-color: #1489E9;
}
.TagClassName
{
border-color: #1489E9;
}
</style>