Shades of Dodger Blue #1991ED
Tints of Dodger Blue #1991ED
RGB
CMYK
RGB Variations
Color information
#1991ED (or 0x1991ED) is known color: Dodger Blue. HEX triplet: 19, 91 and ED. RGB value is (25,145,237). Sum of RGB (Red+Green+Blue) = 25+145+237=407 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.14% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 237 (92.97% from 255 or 58.23% from 407); Max value from RGB is 237 - color contains mainly: blue. Hex color #1991ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1991ED is #E66E12. Grayscale: #777777. Windows color (decimal): -15101459 or 15569177. OLE color: 15569177.
HSL color Cylindrical-coordinate representation of color #1991ED: hue angle of 206.04º 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 #1991ED is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 145 | 237 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.07 |
| HSL | 206.04º | 0.85% | 0.51% | - |
| HSV(B) | 206.04º | 0.89% | 0.93% | - |
| XYZ | 25.81 | 26.57 | 83.89 | - |
| YUV | 119.61 | 194.24 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 145 | 237 | 0.89 | 0.39 | 0 | 0.07 | 206.04 | 0.85 | 0.51 |
| Hex | 19 | 91 | ED | 59 | 27 | 0 | 7 | CE | 55 | 33 |
| Octal | 31 | 221 | 355 | 131 | 47 | 0 | 7 | 316 | 125 | 63 |
| Binary | 11001 | 10010001 | 11101101 | 1011001 | 100111 | 0 | 111 | 11001110 | 1010101 | 110011 |
Color Harmonies of #1991ED
Complementary color
Monochromatic Colors of #1991ED
Black with #1991ED
Text Example
Text Example
White with #1991ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1991ED; }
p { color: rgb(25,145,237); }
H1.HeaderClassName
{
color: #1991ED;
}
.AnyTagClassName
{
color: #1991ED;
}
</style>
background-color css
<style>
a { background-color: #1991ED; }
a { background-color: rgb(25,145,237); }
div.DivClassName
{
background-color: #1991ED;
}
.BgClassName
{
background-color: #1991ED;
}
</style>
border-color css
<style>
span { border-color: #1991ED; }
span { border-color: rgb(25,145,237); }
td.TdClassName
{
border-color: #1991ED;
}
.TagClassName
{
border-color: #1991ED;
}
</style>