Shades of Dodger Blue #1990E8
Tints of Dodger Blue #1990E8
RGB
CMYK
RGB Variations
Color information
#1990E8 (or 0x1990E8) is known color: Dodger Blue. HEX triplet: 19, 90 and E8. RGB value is (25,144,232). Sum of RGB (Red+Green+Blue) = 25+144+232=401 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.23% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 232 (91.02% from 255 or 57.86% from 401); Max value from RGB is 232 - color contains mainly: blue. Hex color #1990E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1990E8 is #E66F17. Grayscale: #757575. Windows color (decimal): -15101720 or 15241241. OLE color: 15241241.
HSL color Cylindrical-coordinate representation of color #1990E8: hue angle of 205.51º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1990E8 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 144 | 232 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.09 |
| HSL | 205.51º | 0.82% | 0.5% | - |
| HSV(B) | 205.51º | 0.89% | 0.91% | - |
| XYZ | 24.94 | 25.98 | 80.04 | - |
| YUV | 118.45 | 192.08 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 144 | 232 | 0.89 | 0.38 | 0 | 0.09 | 205.51 | 0.82 | 0.5 |
| Hex | 19 | 90 | E8 | 59 | 26 | 0 | 9 | CE | 52 | 32 |
| Octal | 31 | 220 | 350 | 131 | 46 | 0 | 11 | 316 | 122 | 62 |
| Binary | 11001 | 10010000 | 11101000 | 1011001 | 100110 | 0 | 1001 | 11001110 | 1010010 | 110010 |
Color Harmonies of #1990E8
Complementary color
Monochromatic Colors of #1990E8
Black with #1990E8
Text Example
Text Example
White with #1990E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1990E8; }
p { color: rgb(25,144,232); }
H1.HeaderClassName
{
color: #1990E8;
}
.AnyTagClassName
{
color: #1990E8;
}
</style>
background-color css
<style>
a { background-color: #1990E8; }
a { background-color: rgb(25,144,232); }
div.DivClassName
{
background-color: #1990E8;
}
.BgClassName
{
background-color: #1990E8;
}
</style>
border-color css
<style>
span { border-color: #1990E8; }
span { border-color: rgb(25,144,232); }
td.TdClassName
{
border-color: #1990E8;
}
.TagClassName
{
border-color: #1990E8;
}
</style>