Shades of Dodger Blue #1591DD
Tints of Dodger Blue #1591DD
RGB
CMYK
RGB Variations
Color information
#1591DD (or 0x1591DD) is known color: Dodger Blue. HEX triplet: 15, 91 and DD. RGB value is (21,145,221). Sum of RGB (Red+Green+Blue) = 21+145+221=387 (51% of max value = 765). Red value is 21 (8.59% from 255 or 5.43% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 221 (86.72% from 255 or 57.11% from 387); Max value from RGB is 221 - color contains mainly: blue. Hex color #1591DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1591DD is #EA6E22. Grayscale: #747474. Windows color (decimal): -15363619 or 14520597. OLE color: 14520597.
HSL color Cylindrical-coordinate representation of color #1591DD: hue angle of 202.8º 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 #1591DD is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 145 | 221 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.13 |
| HSL | 202.8º | 0.83% | 0.47% | - |
| HSV(B) | 202.8º | 0.9% | 0.87% | - |
| XYZ | 23.49 | 25.63 | 72.12 | - |
| YUV | 116.59 | 186.92 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 221 | 0.90 | 0.34 | 0 | 0.13 | 202.8 | 0.83 | 0.47 |
| Hex | 15 | 91 | DD | 5A | 22 | 0 | D | CB | 53 | 2F |
| Octal | 25 | 221 | 335 | 132 | 42 | 0 | 15 | 313 | 123 | 57 |
| Binary | 10101 | 10010001 | 11011101 | 1011010 | 100010 | 0 | 1101 | 11001011 | 1010011 | 101111 |
Color Harmonies of #1591DD
Complementary color
Monochromatic Colors of #1591DD
Black with #1591DD
Text Example
Text Example
White with #1591DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1591DD; }
p { color: rgb(21,145,221); }
H1.HeaderClassName
{
color: #1591DD;
}
.AnyTagClassName
{
color: #1591DD;
}
</style>
background-color css
<style>
a { background-color: #1591DD; }
a { background-color: rgb(21,145,221); }
div.DivClassName
{
background-color: #1591DD;
}
.BgClassName
{
background-color: #1591DD;
}
</style>
border-color css
<style>
span { border-color: #1591DD; }
span { border-color: rgb(21,145,221); }
td.TdClassName
{
border-color: #1591DD;
}
.TagClassName
{
border-color: #1591DD;
}
</style>