Shades of Dodger Blue #1584EA
Tints of Dodger Blue #1584EA
RGB
CMYK
RGB Variations
Color information
#1584EA (or 0x1584EA) is known color: Dodger Blue. HEX triplet: 15, 84 and EA. RGB value is (21,132,234). Sum of RGB (Red+Green+Blue) = 21+132+234=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #1584EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1584EA is #EA7B15. Grayscale: #6D6D6D. Windows color (decimal): -15366934 or 15369237. OLE color: 15369237.
HSL color Cylindrical-coordinate representation of color #1584EA: hue angle of 208.73º 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 #1584EA is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 132 | 234 | - |
| CMYK | 0.91 | 0.44 | 0 | 0.08 |
| HSL | 208.73º | 0.84% | 0.5% | - |
| HSV(B) | 208.73º | 0.91% | 0.92% | - |
| XYZ | 23.41 | 22.6 | 80.97 | - |
| YUV | 110.44 | 197.73 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 234 | 0.91 | 0.44 | 0 | 0.08 | 208.73 | 0.84 | 0.5 |
| Hex | 15 | 84 | EA | 5B | 2C | 0 | 8 | D1 | 54 | 32 |
| Octal | 25 | 204 | 352 | 133 | 54 | 0 | 10 | 321 | 124 | 62 |
| Binary | 10101 | 10000100 | 11101010 | 1011011 | 101100 | 0 | 1000 | 11010001 | 1010100 | 110010 |
Color Harmonies of #1584EA
Complementary color
Monochromatic Colors of #1584EA
Black with #1584EA
Text Example
Text Example
White with #1584EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1584EA; }
p { color: rgb(21,132,234); }
H1.HeaderClassName
{
color: #1584EA;
}
.AnyTagClassName
{
color: #1584EA;
}
</style>
background-color css
<style>
a { background-color: #1584EA; }
a { background-color: rgb(21,132,234); }
div.DivClassName
{
background-color: #1584EA;
}
.BgClassName
{
background-color: #1584EA;
}
</style>
border-color css
<style>
span { border-color: #1584EA; }
span { border-color: rgb(21,132,234); }
td.TdClassName
{
border-color: #1584EA;
}
.TagClassName
{
border-color: #1584EA;
}
</style>