Shades of Dodger Blue #1999EE
Tints of Dodger Blue #1999EE
RGB
CMYK
RGB Variations
Color information
#1999EE (or 0x1999EE) is known color: Dodger Blue. HEX triplet: 19, 99 and EE. RGB value is (25,153,238). Sum of RGB (Red+Green+Blue) = 25+153+238=416 (55% of max value = 765). Red value is 25 (10.16% from 255 or 6.01% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #1999EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1999EE is #E66611. Grayscale: #7B7B7B. Windows color (decimal): -15099410 or 15636761. OLE color: 15636761.
HSL color Cylindrical-coordinate representation of color #1999EE: hue angle of 203.94º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1999EE is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 153 | 238 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.07 |
| HSL | 203.94º | 0.86% | 0.52% | - |
| HSV(B) | 203.94º | 0.89% | 0.93% | - |
| XYZ | 27.22 | 29.16 | 85.08 | - |
| YUV | 124.42 | 192.09 | 57.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 238 | 0.89 | 0.36 | 0 | 0.07 | 203.94 | 0.86 | 0.52 |
| Hex | 19 | 99 | EE | 59 | 24 | 0 | 7 | CC | 56 | 34 |
| Octal | 31 | 231 | 356 | 131 | 44 | 0 | 7 | 314 | 126 | 64 |
| Binary | 11001 | 10011001 | 11101110 | 1011001 | 100100 | 0 | 111 | 11001100 | 1010110 | 110100 |
Color Harmonies of #1999EE
Complementary color
Monochromatic Colors of #1999EE
Black with #1999EE
Text Example
Text Example
White with #1999EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1999EE; }
p { color: rgb(25,153,238); }
H1.HeaderClassName
{
color: #1999EE;
}
.AnyTagClassName
{
color: #1999EE;
}
</style>
background-color css
<style>
a { background-color: #1999EE; }
a { background-color: rgb(25,153,238); }
div.DivClassName
{
background-color: #1999EE;
}
.BgClassName
{
background-color: #1999EE;
}
</style>
border-color css
<style>
span { border-color: #1999EE; }
span { border-color: rgb(25,153,238); }
td.TdClassName
{
border-color: #1999EE;
}
.TagClassName
{
border-color: #1999EE;
}
</style>