Shades of Dodger Blue #1584FF
Tints of Dodger Blue #1584FF
RGB
CMYK
RGB Variations
Color information
#1584FF (or 0x1584FF) is known color: Dodger Blue. HEX triplet: 15, 84 and FF. RGB value is (21,132,255). Sum of RGB (Red+Green+Blue) = 21+132+255=408 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.15% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #1584FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1584FF is #EA7B00. Grayscale: #707070. Windows color (decimal): -15366913 or 16745493. OLE color: 16745493.
HSL color Cylindrical-coordinate representation of color #1584FF: hue angle of 211.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1584FF is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 132 | 255 | - |
| CMYK | 0.92 | 0.48 | 0 | 0 |
| HSL | 211.54º | 1% | 0.54% | - |
| HSV(B) | 211.54º | 0.92% | 1% | - |
| XYZ | 26.61 | 23.88 | 97.81 | - |
| YUV | 112.83 | 208.23 | 62.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 132 | 255 | 0.92 | 0.48 | 0 | 0 | 211.54 | 1 | 0.54 |
| Hex | 15 | 84 | FF | 5C | 30 | 0 | 0 | D4 | 64 | 36 |
| Octal | 25 | 204 | 377 | 134 | 60 | 0 | 0 | 324 | 144 | 66 |
| Binary | 10101 | 10000100 | 11111111 | 1011100 | 110000 | 0 | 0 | 11010100 | 1100100 | 110110 |
Color Harmonies of #1584FF
Complementary color
Monochromatic Colors of #1584FF
Black with #1584FF
Text Example
Text Example
White with #1584FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1584FF; }
p { color: rgb(21,132,255); }
H1.HeaderClassName
{
color: #1584FF;
}
.AnyTagClassName
{
color: #1584FF;
}
</style>
background-color css
<style>
a { background-color: #1584FF; }
a { background-color: rgb(21,132,255); }
div.DivClassName
{
background-color: #1584FF;
}
.BgClassName
{
background-color: #1584FF;
}
</style>
border-color css
<style>
span { border-color: #1584FF; }
span { border-color: rgb(21,132,255); }
td.TdClassName
{
border-color: #1584FF;
}
.TagClassName
{
border-color: #1584FF;
}
</style>