Shades of Dodger Blue #1990EE
Tints of Dodger Blue #1990EE
RGB
CMYK
RGB Variations
Color information
#1990EE (or 0x1990EE) is known color: Dodger Blue. HEX triplet: 19, 90 and EE. RGB value is (25,144,238). Sum of RGB (Red+Green+Blue) = 25+144+238=407 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.14% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 238 (93.36% from 255 or 58.48% from 407); Max value from RGB is 238 - color contains mainly: blue. Hex color #1990EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1990EE is #E66F11. Grayscale: #767676. Windows color (decimal): -15101714 or 15634457. OLE color: 15634457.
HSL color Cylindrical-coordinate representation of color #1990EE: hue angle of 206.48º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1990EE is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 144 | 238 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.07 |
| HSL | 206.48º | 0.86% | 0.52% | - |
| HSV(B) | 206.48º | 0.89% | 0.93% | - |
| XYZ | 25.81 | 26.33 | 84.61 | - |
| YUV | 119.14 | 195.08 | 60.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 238 | 0.89 | 0.39 | 0 | 0.07 | 206.48 | 0.86 | 0.52 |
| Hex | 19 | 90 | EE | 59 | 27 | 0 | 7 | CE | 56 | 34 |
| Octal | 31 | 220 | 356 | 131 | 47 | 0 | 7 | 316 | 126 | 64 |
| Binary | 11001 | 10010000 | 11101110 | 1011001 | 100111 | 0 | 111 | 11001110 | 1010110 | 110100 |
Color Harmonies of #1990EE
Complementary color
Monochromatic Colors of #1990EE
Black with #1990EE
Text Example
Text Example
White with #1990EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1990EE; }
p { color: rgb(25,144,238); }
H1.HeaderClassName
{
color: #1990EE;
}
.AnyTagClassName
{
color: #1990EE;
}
</style>
background-color css
<style>
a { background-color: #1990EE; }
a { background-color: rgb(25,144,238); }
div.DivClassName
{
background-color: #1990EE;
}
.BgClassName
{
background-color: #1990EE;
}
</style>
border-color css
<style>
span { border-color: #1990EE; }
span { border-color: rgb(25,144,238); }
td.TdClassName
{
border-color: #1990EE;
}
.TagClassName
{
border-color: #1990EE;
}
</style>