Shades of Dodger Blue #1585DD
Tints of Dodger Blue #1585DD
RGB
CMYK
RGB Variations
Color information
#1585DD (or 0x1585DD) is known color: Dodger Blue. HEX triplet: 15, 85 and DD. RGB value is (21,133,221). Sum of RGB (Red+Green+Blue) = 21+133+221=375 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.6% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #1585DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1585DD is #EA7A22. Grayscale: #6D6D6D. Windows color (decimal): -15366691 or 14517525. OLE color: 14517525.
HSL color Cylindrical-coordinate representation of color #1585DD: hue angle of 206.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1585DD is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 133 | 221 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.13 |
| HSL | 206.4º | 0.83% | 0.47% | - |
| HSV(B) | 206.4º | 0.9% | 0.87% | - |
| XYZ | 21.75 | 22.15 | 71.54 | - |
| YUV | 109.54 | 190.89 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 133 | 221 | 0.90 | 0.40 | 0 | 0.13 | 206.4 | 0.83 | 0.47 |
| Hex | 15 | 85 | DD | 5A | 28 | 0 | D | CE | 53 | 2F |
| Octal | 25 | 205 | 335 | 132 | 50 | 0 | 15 | 316 | 123 | 57 |
| Binary | 10101 | 10000101 | 11011101 | 1011010 | 101000 | 0 | 1101 | 11001110 | 1010011 | 101111 |
Color Harmonies of #1585DD
Complementary color
Monochromatic Colors of #1585DD
Black with #1585DD
Text Example
Text Example
White with #1585DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1585DD; }
p { color: rgb(21,133,221); }
H1.HeaderClassName
{
color: #1585DD;
}
.AnyTagClassName
{
color: #1585DD;
}
</style>
background-color css
<style>
a { background-color: #1585DD; }
a { background-color: rgb(21,133,221); }
div.DivClassName
{
background-color: #1585DD;
}
.BgClassName
{
background-color: #1585DD;
}
</style>
border-color css
<style>
span { border-color: #1585DD; }
span { border-color: rgb(21,133,221); }
td.TdClassName
{
border-color: #1585DD;
}
.TagClassName
{
border-color: #1585DD;
}
</style>