Shades of Dodger Blue #1992EF
Tints of Dodger Blue #1992EF
RGB
CMYK
RGB Variations
Color information
#1992EF (or 0x1992EF) is known color: Dodger Blue. HEX triplet: 19, 92 and EF. RGB value is (25,146,239). Sum of RGB (Red+Green+Blue) = 25+146+239=410 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.10% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 239 (93.75% from 255 or 58.29% from 410); Max value from RGB is 239 - color contains mainly: blue. Hex color #1992EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1992EF is #E66D10. Grayscale: #777777. Windows color (decimal): -15101201 or 15700505. OLE color: 15700505.
HSL color Cylindrical-coordinate representation of color #1992EF: hue angle of 206.07º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1992EF is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 146 | 239 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.06 |
| HSL | 206.07º | 0.87% | 0.52% | - |
| HSV(B) | 206.07º | 0.9% | 0.94% | - |
| XYZ | 26.26 | 27 | 85.49 | - |
| YUV | 120.42 | 194.91 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 239 | 0.90 | 0.39 | 0 | 0.06 | 206.07 | 0.87 | 0.52 |
| Hex | 19 | 92 | EF | 5A | 27 | 0 | 6 | CE | 57 | 34 |
| Octal | 31 | 222 | 357 | 132 | 47 | 0 | 6 | 316 | 127 | 64 |
| Binary | 11001 | 10010010 | 11101111 | 1011010 | 100111 | 0 | 110 | 11001110 | 1010111 | 110100 |
Color Harmonies of #1992EF
Complementary color
Monochromatic Colors of #1992EF
Black with #1992EF
Text Example
Text Example
White with #1992EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1992EF; }
p { color: rgb(25,146,239); }
H1.HeaderClassName
{
color: #1992EF;
}
.AnyTagClassName
{
color: #1992EF;
}
</style>
background-color css
<style>
a { background-color: #1992EF; }
a { background-color: rgb(25,146,239); }
div.DivClassName
{
background-color: #1992EF;
}
.BgClassName
{
background-color: #1992EF;
}
</style>
border-color css
<style>
span { border-color: #1992EF; }
span { border-color: rgb(25,146,239); }
td.TdClassName
{
border-color: #1992EF;
}
.TagClassName
{
border-color: #1992EF;
}
</style>