Shades of Dodger Blue #1992EC
Tints of Dodger Blue #1992EC
RGB
CMYK
RGB Variations
Color information
#1992EC (or 0x1992EC) is known color: Dodger Blue. HEX triplet: 19, 92 and EC. RGB value is (25,146,236). Sum of RGB (Red+Green+Blue) = 25+146+236=407 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.14% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 236 (92.58% from 255 or 57.99% from 407); Max value from RGB is 236 - color contains mainly: blue. Hex color #1992EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1992EC is #E66D13. Grayscale: #777777. Windows color (decimal): -15101204 or 15503897. OLE color: 15503897.
HSL color Cylindrical-coordinate representation of color #1992EC: hue angle of 205.59º 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 #1992EC is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 146 | 236 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.07 |
| HSL | 205.59º | 0.85% | 0.51% | - |
| HSV(B) | 205.59º | 0.89% | 0.93% | - |
| XYZ | 25.82 | 26.82 | 83.17 | - |
| YUV | 120.08 | 193.41 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 236 | 0.89 | 0.38 | 0 | 0.07 | 205.59 | 0.85 | 0.51 |
| Hex | 19 | 92 | EC | 59 | 26 | 0 | 7 | CE | 55 | 33 |
| Octal | 31 | 222 | 354 | 131 | 46 | 0 | 7 | 316 | 125 | 63 |
| Binary | 11001 | 10010010 | 11101100 | 1011001 | 100110 | 0 | 111 | 11001110 | 1010101 | 110011 |
Color Harmonies of #1992EC
Complementary color
Monochromatic Colors of #1992EC
Black with #1992EC
Text Example
Text Example
White with #1992EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1992EC; }
p { color: rgb(25,146,236); }
H1.HeaderClassName
{
color: #1992EC;
}
.AnyTagClassName
{
color: #1992EC;
}
</style>
background-color css
<style>
a { background-color: #1992EC; }
a { background-color: rgb(25,146,236); }
div.DivClassName
{
background-color: #1992EC;
}
.BgClassName
{
background-color: #1992EC;
}
</style>
border-color css
<style>
span { border-color: #1992EC; }
span { border-color: rgb(25,146,236); }
td.TdClassName
{
border-color: #1992EC;
}
.TagClassName
{
border-color: #1992EC;
}
</style>