Shades of Dodger Blue #1999E7
Tints of Dodger Blue #1999E7
RGB
CMYK
RGB Variations
Color information
#1999E7 (or 0x1999E7) is known color: Dodger Blue. HEX triplet: 19, 99 and E7. RGB value is (25,153,231). Sum of RGB (Red+Green+Blue) = 25+153+231=409 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.11% from 409); Green value is 153 (60.16% from 255 or 37.41% from 409); Blue value is 231 (90.62% from 255 or 56.48% from 409); Max value from RGB is 231 - color contains mainly: blue. Hex color #1999E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1999E7 is #E66618. Grayscale: #7B7B7B. Windows color (decimal): -15099417 or 15178009. OLE color: 15178009.
HSL color Cylindrical-coordinate representation of color #1999E7: hue angle of 202.72º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1999E7 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 153 | 231 | - |
| CMYK | 0.89 | 0.34 | 0 | 0.09 |
| HSL | 202.72º | 0.81% | 0.5% | - |
| HSV(B) | 202.72º | 0.89% | 0.91% | - |
| XYZ | 26.22 | 28.76 | 79.77 | - |
| YUV | 123.62 | 188.59 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 231 | 0.89 | 0.34 | 0 | 0.09 | 202.72 | 0.81 | 0.5 |
| Hex | 19 | 99 | E7 | 59 | 22 | 0 | 9 | CB | 51 | 32 |
| Octal | 31 | 231 | 347 | 131 | 42 | 0 | 11 | 313 | 121 | 62 |
| Binary | 11001 | 10011001 | 11100111 | 1011001 | 100010 | 0 | 1001 | 11001011 | 1010001 | 110010 |
Color Harmonies of #1999E7
Complementary color
Monochromatic Colors of #1999E7
Black with #1999E7
Text Example
Text Example
White with #1999E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1999E7; }
p { color: rgb(25,153,231); }
H1.HeaderClassName
{
color: #1999E7;
}
.AnyTagClassName
{
color: #1999E7;
}
</style>
background-color css
<style>
a { background-color: #1999E7; }
a { background-color: rgb(25,153,231); }
div.DivClassName
{
background-color: #1999E7;
}
.BgClassName
{
background-color: #1999E7;
}
</style>
border-color css
<style>
span { border-color: #1999E7; }
span { border-color: rgb(25,153,231); }
td.TdClassName
{
border-color: #1999E7;
}
.TagClassName
{
border-color: #1999E7;
}
</style>