Shades of Dodger Blue #1585FF
Tints of Dodger Blue #1585FF
RGB
CMYK
RGB Variations
Color information
#1585FF (or 0x1585FF) is known color: Dodger Blue. HEX triplet: 15, 85 and FF. RGB value is (21,133,255). Sum of RGB (Red+Green+Blue) = 21+133+255=409 (54% of max value = 765). Red value is 21 (8.59% from 255 or 5.13% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 255 (100% from 255 or 62.35% from 409); Max value from RGB is 255 - color contains mainly: blue. Hex color #1585FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1585FF is #EA7A00. Grayscale: #707070. Windows color (decimal): -15366657 or 16745749. OLE color: 16745749.
HSL color Cylindrical-coordinate representation of color #1585FF: hue angle of 211.28º 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 #1585FF is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 133 | 255 | - |
| CMYK | 0.92 | 0.48 | 0 | 0 |
| HSL | 211.28º | 1% | 0.54% | - |
| HSV(B) | 211.28º | 0.92% | 1% | - |
| XYZ | 26.75 | 24.15 | 97.86 | - |
| YUV | 113.42 | 207.89 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 255 | 0.92 | 0.48 | 0 | 0 | 211.28 | 1 | 0.54 |
| Hex | 15 | 85 | FF | 5C | 30 | 0 | 0 | D3 | 64 | 36 |
| Octal | 25 | 205 | 377 | 134 | 60 | 0 | 0 | 323 | 144 | 66 |
| Binary | 10101 | 10000101 | 11111111 | 1011100 | 110000 | 0 | 0 | 11010011 | 1100100 | 110110 |
Color Harmonies of #1585FF
Complementary color
Monochromatic Colors of #1585FF
Black with #1585FF
Text Example
Text Example
White with #1585FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1585FF; }
p { color: rgb(21,133,255); }
H1.HeaderClassName
{
color: #1585FF;
}
.AnyTagClassName
{
color: #1585FF;
}
</style>
background-color css
<style>
a { background-color: #1585FF; }
a { background-color: rgb(21,133,255); }
div.DivClassName
{
background-color: #1585FF;
}
.BgClassName
{
background-color: #1585FF;
}
</style>
border-color css
<style>
span { border-color: #1585FF; }
span { border-color: rgb(21,133,255); }
td.TdClassName
{
border-color: #1585FF;
}
.TagClassName
{
border-color: #1585FF;
}
</style>