Shades of Dodger Blue #1988EA
Tints of Dodger Blue #1988EA
RGB
CMYK
RGB Variations
Color information
#1988EA (or 0x1988EA) is known color: Dodger Blue. HEX triplet: 19, 88 and EA. RGB value is (25,136,234). Sum of RGB (Red+Green+Blue) = 25+136+234=395 (52% of max value = 765). Red value is 25 (10.16% from 255 or 6.33% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #1988EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1988EA is #E67715. Grayscale: #717171. Windows color (decimal): -15103766 or 15370265. OLE color: 15370265.
HSL color Cylindrical-coordinate representation of color #1988EA: hue angle of 208.13º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1988EA is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 25 | 136 | 234 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.08 |
| HSL | 208.13º | 0.83% | 0.51% | - |
| HSV(B) | 208.13º | 0.89% | 0.92% | - |
| XYZ | 24.06 | 23.76 | 81.16 | - |
| YUV | 113.98 | 195.73 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 136 | 234 | 0.89 | 0.42 | 0 | 0.08 | 208.13 | 0.83 | 0.51 |
| Hex | 19 | 88 | EA | 59 | 2A | 0 | 8 | D0 | 53 | 33 |
| Octal | 31 | 210 | 352 | 131 | 52 | 0 | 10 | 320 | 123 | 63 |
| Binary | 11001 | 10001000 | 11101010 | 1011001 | 101010 | 0 | 1000 | 11010000 | 1010011 | 110011 |
Color Harmonies of #1988EA
Complementary color
Monochromatic Colors of #1988EA
Black with #1988EA
Text Example
Text Example
White with #1988EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1988EA; }
p { color: rgb(25,136,234); }
H1.HeaderClassName
{
color: #1988EA;
}
.AnyTagClassName
{
color: #1988EA;
}
</style>
background-color css
<style>
a { background-color: #1988EA; }
a { background-color: rgb(25,136,234); }
div.DivClassName
{
background-color: #1988EA;
}
.BgClassName
{
background-color: #1988EA;
}
</style>
border-color css
<style>
span { border-color: #1988EA; }
span { border-color: rgb(25,136,234); }
td.TdClassName
{
border-color: #1988EA;
}
.TagClassName
{
border-color: #1988EA;
}
</style>