Shades of Dodger Blue #1988EE
Tints of Dodger Blue #1988EE
RGB
CMYK
RGB Variations
Color information
#1988EE (or 0x1988EE) is known color: Dodger Blue. HEX triplet: 19, 88 and EE. RGB value is (25,136,238). Sum of RGB (Red+Green+Blue) = 25+136+238=399 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.27% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #1988EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1988EE is #E67711. Grayscale: #717171. Windows color (decimal): -15103762 or 15632409. OLE color: 15632409.
HSL color Cylindrical-coordinate representation of color #1988EE: hue angle of 208.73º 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 #1988EE is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 136 | 238 | - |
| CMYK | 0.89 | 0.43 | 0 | 0.07 |
| HSL | 208.73º | 0.86% | 0.52% | - |
| HSV(B) | 208.73º | 0.89% | 0.93% | - |
| XYZ | 24.64 | 23.99 | 84.22 | - |
| YUV | 114.44 | 197.73 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 238 | 0.89 | 0.43 | 0 | 0.07 | 208.73 | 0.86 | 0.52 |
| Hex | 19 | 88 | EE | 59 | 2B | 0 | 7 | D1 | 56 | 34 |
| Octal | 31 | 210 | 356 | 131 | 53 | 0 | 7 | 321 | 126 | 64 |
| Binary | 11001 | 10001000 | 11101110 | 1011001 | 101011 | 0 | 111 | 11010001 | 1010110 | 110100 |
Color Harmonies of #1988EE
Complementary color
Monochromatic Colors of #1988EE
Black with #1988EE
Text Example
Text Example
White with #1988EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1988EE; }
p { color: rgb(25,136,238); }
H1.HeaderClassName
{
color: #1988EE;
}
.AnyTagClassName
{
color: #1988EE;
}
</style>
background-color css
<style>
a { background-color: #1988EE; }
a { background-color: rgb(25,136,238); }
div.DivClassName
{
background-color: #1988EE;
}
.BgClassName
{
background-color: #1988EE;
}
</style>
border-color css
<style>
span { border-color: #1988EE; }
span { border-color: rgb(25,136,238); }
td.TdClassName
{
border-color: #1988EE;
}
.TagClassName
{
border-color: #1988EE;
}
</style>