Shades of Dodger Blue #1588EA
Tints of Dodger Blue #1588EA
RGB
CMYK
RGB Variations
Color information
#1588EA (or 0x1588EA) is known color: Dodger Blue. HEX triplet: 15, 88 and EA. RGB value is (21,136,234). Sum of RGB (Red+Green+Blue) = 21+136+234=391 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.37% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 234 (91.80% from 255 or 59.85% from 391); Max value from RGB is 234 - color contains mainly: blue. Hex color #1588EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1588EA is #EA7715. Grayscale: #707070. Windows color (decimal): -15365910 or 15370261. OLE color: 15370261.
HSL color Cylindrical-coordinate representation of color #1588EA: hue angle of 207.61º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1588EA is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 136 | 234 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.08 |
| HSL | 207.61º | 0.84% | 0.5% | - |
| HSV(B) | 207.61º | 0.91% | 0.92% | - |
| XYZ | 23.96 | 23.71 | 81.15 | - |
| YUV | 112.79 | 196.4 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 234 | 0.91 | 0.42 | 0 | 0.08 | 207.61 | 0.84 | 0.5 |
| Hex | 15 | 88 | EA | 5B | 2A | 0 | 8 | D0 | 54 | 32 |
| Octal | 25 | 210 | 352 | 133 | 52 | 0 | 10 | 320 | 124 | 62 |
| Binary | 10101 | 10001000 | 11101010 | 1011011 | 101010 | 0 | 1000 | 11010000 | 1010100 | 110010 |
Color Harmonies of #1588EA
Complementary color
Monochromatic Colors of #1588EA
Black with #1588EA
Text Example
Text Example
White with #1588EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1588EA; }
p { color: rgb(21,136,234); }
H1.HeaderClassName
{
color: #1588EA;
}
.AnyTagClassName
{
color: #1588EA;
}
</style>
background-color css
<style>
a { background-color: #1588EA; }
a { background-color: rgb(21,136,234); }
div.DivClassName
{
background-color: #1588EA;
}
.BgClassName
{
background-color: #1588EA;
}
</style>
border-color css
<style>
span { border-color: #1588EA; }
span { border-color: rgb(21,136,234); }
td.TdClassName
{
border-color: #1588EA;
}
.TagClassName
{
border-color: #1588EA;
}
</style>