Shades of Dodger Blue #1990ED
Tints of Dodger Blue #1990ED
RGB
CMYK
RGB Variations
Color information
#1990ED (or 0x1990ED) is known color: Dodger Blue. HEX triplet: 19, 90 and ED. RGB value is (25,144,237). Sum of RGB (Red+Green+Blue) = 25+144+237=406 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.16% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 237 (92.97% from 255 or 58.37% from 406); Max value from RGB is 237 - color contains mainly: blue. Hex color #1990ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1990ED is #E66F12. Grayscale: #767676. Windows color (decimal): -15101715 or 15568921. OLE color: 15568921.
HSL color Cylindrical-coordinate representation of color #1990ED: hue angle of 206.32º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1990ED is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 144 | 237 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.07 |
| HSL | 206.32º | 0.85% | 0.51% | - |
| HSV(B) | 206.32º | 0.89% | 0.93% | - |
| XYZ | 25.66 | 26.27 | 83.84 | - |
| YUV | 119.02 | 194.58 | 60.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 237 | 0.89 | 0.39 | 0 | 0.07 | 206.32 | 0.85 | 0.51 |
| Hex | 19 | 90 | ED | 59 | 27 | 0 | 7 | CE | 55 | 33 |
| Octal | 31 | 220 | 355 | 131 | 47 | 0 | 7 | 316 | 125 | 63 |
| Binary | 11001 | 10010000 | 11101101 | 1011001 | 100111 | 0 | 111 | 11001110 | 1010101 | 110011 |
Color Harmonies of #1990ED
Complementary color
Monochromatic Colors of #1990ED
Black with #1990ED
Text Example
Text Example
White with #1990ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1990ED; }
p { color: rgb(25,144,237); }
H1.HeaderClassName
{
color: #1990ED;
}
.AnyTagClassName
{
color: #1990ED;
}
</style>
background-color css
<style>
a { background-color: #1990ED; }
a { background-color: rgb(25,144,237); }
div.DivClassName
{
background-color: #1990ED;
}
.BgClassName
{
background-color: #1990ED;
}
</style>
border-color css
<style>
span { border-color: #1990ED; }
span { border-color: rgb(25,144,237); }
td.TdClassName
{
border-color: #1990ED;
}
.TagClassName
{
border-color: #1990ED;
}
</style>