Shades of Dodger Blue #1992ED
Tints of Dodger Blue #1992ED
RGB
CMYK
RGB Variations
Color information
#1992ED (or 0x1992ED) is known color: Dodger Blue. HEX triplet: 19, 92 and ED. RGB value is (25,146,237). Sum of RGB (Red+Green+Blue) = 25+146+237=408 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.13% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #1992ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1992ED is #E66D12. Grayscale: #777777. Windows color (decimal): -15101203 or 15569433. OLE color: 15569433.
HSL color Cylindrical-coordinate representation of color #1992ED: hue angle of 205.75º 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 #1992ED is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 146 | 237 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.07 |
| HSL | 205.75º | 0.85% | 0.51% | - |
| HSV(B) | 205.75º | 0.89% | 0.93% | - |
| XYZ | 25.97 | 26.88 | 83.94 | - |
| YUV | 120.2 | 193.91 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 237 | 0.89 | 0.38 | 0 | 0.07 | 205.75 | 0.85 | 0.51 |
| Hex | 19 | 92 | ED | 59 | 26 | 0 | 7 | CE | 55 | 33 |
| Octal | 31 | 222 | 355 | 131 | 46 | 0 | 7 | 316 | 125 | 63 |
| Binary | 11001 | 10010010 | 11101101 | 1011001 | 100110 | 0 | 111 | 11001110 | 1010101 | 110011 |
Color Harmonies of #1992ED
Complementary color
Monochromatic Colors of #1992ED
Black with #1992ED
Text Example
Text Example
White with #1992ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1992ED; }
p { color: rgb(25,146,237); }
H1.HeaderClassName
{
color: #1992ED;
}
.AnyTagClassName
{
color: #1992ED;
}
</style>
background-color css
<style>
a { background-color: #1992ED; }
a { background-color: rgb(25,146,237); }
div.DivClassName
{
background-color: #1992ED;
}
.BgClassName
{
background-color: #1992ED;
}
</style>
border-color css
<style>
span { border-color: #1992ED; }
span { border-color: rgb(25,146,237); }
td.TdClassName
{
border-color: #1992ED;
}
.TagClassName
{
border-color: #1992ED;
}
</style>