Shades of Dodger Blue #1584E5
Tints of Dodger Blue #1584E5
RGB
CMYK
RGB Variations
Color information
#1584E5 (or 0x1584E5) is known color: Dodger Blue. HEX triplet: 15, 84 and E5. RGB value is (21,132,229). Sum of RGB (Red+Green+Blue) = 21+132+229=382 (50% of max value = 765). Red value is 21 (8.59% from 255 or 5.50% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 229 (89.84% from 255 or 59.95% from 382); Max value from RGB is 229 - color contains mainly: blue. Hex color #1584E5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1584E5 is #EA7B1A. Grayscale: #6D6D6D. Windows color (decimal): -15366939 or 15041557. OLE color: 15041557.
HSL color Cylindrical-coordinate representation of color #1584E5: hue angle of 207.98º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1584E5 is Cyan = 0.91, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 132 | 229 | - |
| CMYK | 0.91 | 0.42 | 0 | 0.10 |
| HSL | 207.98º | 0.83% | 0.49% | - |
| HSV(B) | 207.98º | 0.91% | 0.9% | - |
| XYZ | 22.7 | 22.32 | 77.24 | - |
| YUV | 109.87 | 195.23 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 229 | 0.91 | 0.42 | 0 | 0.10 | 207.98 | 0.83 | 0.49 |
| Hex | 15 | 84 | E5 | 5B | 2A | 0 | A | D0 | 53 | 31 |
| Octal | 25 | 204 | 345 | 133 | 52 | 0 | 12 | 320 | 123 | 61 |
| Binary | 10101 | 10000100 | 11100101 | 1011011 | 101010 | 0 | 1010 | 11010000 | 1010011 | 110001 |
Color Harmonies of #1584E5
Complementary color
Monochromatic Colors of #1584E5
Black with #1584E5
Text Example
Text Example
White with #1584E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1584E5; }
p { color: rgb(21,132,229); }
H1.HeaderClassName
{
color: #1584E5;
}
.AnyTagClassName
{
color: #1584E5;
}
</style>
background-color css
<style>
a { background-color: #1584E5; }
a { background-color: rgb(21,132,229); }
div.DivClassName
{
background-color: #1584E5;
}
.BgClassName
{
background-color: #1584E5;
}
</style>
border-color css
<style>
span { border-color: #1584E5; }
span { border-color: rgb(21,132,229); }
td.TdClassName
{
border-color: #1584E5;
}
.TagClassName
{
border-color: #1584E5;
}
</style>