Shades of Dodger Blue #1991EA
Tints of Dodger Blue #1991EA
RGB
CMYK
RGB Variations
Color information
#1991EA (or 0x1991EA) is known color: Dodger Blue. HEX triplet: 19, 91 and EA. RGB value is (25,145,234). Sum of RGB (Red+Green+Blue) = 25+145+234=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 234 (91.80% from 255 or 57.92% from 404); Max value from RGB is 234 - color contains mainly: blue. Hex color #1991EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1991EA is #E66E15. Grayscale: #767676. Windows color (decimal): -15101462 or 15372569. OLE color: 15372569.
HSL color Cylindrical-coordinate representation of color #1991EA: hue angle of 205.55º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1991EA is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 145 | 234 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.08 |
| HSL | 205.55º | 0.83% | 0.51% | - |
| HSV(B) | 205.55º | 0.89% | 0.92% | - |
| XYZ | 25.38 | 26.4 | 81.6 | - |
| YUV | 119.27 | 192.74 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 234 | 0.89 | 0.38 | 0 | 0.08 | 205.55 | 0.83 | 0.51 |
| Hex | 19 | 91 | EA | 59 | 26 | 0 | 8 | CE | 53 | 33 |
| Octal | 31 | 221 | 352 | 131 | 46 | 0 | 10 | 316 | 123 | 63 |
| Binary | 11001 | 10010001 | 11101010 | 1011001 | 100110 | 0 | 1000 | 11001110 | 1010011 | 110011 |
Color Harmonies of #1991EA
Complementary color
Monochromatic Colors of #1991EA
Black with #1991EA
Text Example
Text Example
White with #1991EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1991EA; }
p { color: rgb(25,145,234); }
H1.HeaderClassName
{
color: #1991EA;
}
.AnyTagClassName
{
color: #1991EA;
}
</style>
background-color css
<style>
a { background-color: #1991EA; }
a { background-color: rgb(25,145,234); }
div.DivClassName
{
background-color: #1991EA;
}
.BgClassName
{
background-color: #1991EA;
}
</style>
border-color css
<style>
span { border-color: #1991EA; }
span { border-color: rgb(25,145,234); }
td.TdClassName
{
border-color: #1991EA;
}
.TagClassName
{
border-color: #1991EA;
}
</style>