Shades of Dodger Blue #1992DE
Tints of Dodger Blue #1992DE
RGB
CMYK
RGB Variations
Color information
#1992DE (or 0x1992DE) is known color: Dodger Blue. HEX triplet: 19, 92 and DE. RGB value is (25,146,222). Sum of RGB (Red+Green+Blue) = 25+146+222=393 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.36% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #1992DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1992DE is #E66D21. Grayscale: #767676. Windows color (decimal): -15101218 or 14586393. OLE color: 14586393.
HSL color Cylindrical-coordinate representation of color #1992DE: hue angle of 203.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1992DE is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 146 | 222 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.13 |
| HSL | 203.15º | 0.8% | 0.48% | - |
| HSV(B) | 203.15º | 0.89% | 0.87% | - |
| XYZ | 23.86 | 26.04 | 72.88 | - |
| YUV | 118.49 | 186.41 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 222 | 0.89 | 0.34 | 0 | 0.13 | 203.15 | 0.8 | 0.48 |
| Hex | 19 | 92 | DE | 59 | 22 | 0 | D | CB | 50 | 30 |
| Octal | 31 | 222 | 336 | 131 | 42 | 0 | 15 | 313 | 120 | 60 |
| Binary | 11001 | 10010010 | 11011110 | 1011001 | 100010 | 0 | 1101 | 11001011 | 1010000 | 110000 |
Color Harmonies of #1992DE
Complementary color
Monochromatic Colors of #1992DE
Black with #1992DE
Text Example
Text Example
White with #1992DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1992DE; }
p { color: rgb(25,146,222); }
H1.HeaderClassName
{
color: #1992DE;
}
.AnyTagClassName
{
color: #1992DE;
}
</style>
background-color css
<style>
a { background-color: #1992DE; }
a { background-color: rgb(25,146,222); }
div.DivClassName
{
background-color: #1992DE;
}
.BgClassName
{
background-color: #1992DE;
}
</style>
border-color css
<style>
span { border-color: #1992DE; }
span { border-color: rgb(25,146,222); }
td.TdClassName
{
border-color: #1992DE;
}
.TagClassName
{
border-color: #1992DE;
}
</style>