Shades of Dodger Blue #1586DA
Tints of Dodger Blue #1586DA
RGB
CMYK
RGB Variations
Color information
#1586DA (or 0x1586DA) is known color: Dodger Blue. HEX triplet: 15, 86 and DA. RGB value is (21,134,218). Sum of RGB (Red+Green+Blue) = 21+134+218=373 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.63% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #1586DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1586DA is #EA7925. Grayscale: #6D6D6D. Windows color (decimal): -15366438 or 14321173. OLE color: 14321173.
HSL color Cylindrical-coordinate representation of color #1586DA: hue angle of 205.58º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1586DA is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 134 | 218 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.15 |
| HSL | 205.58º | 0.82% | 0.47% | - |
| HSV(B) | 205.58º | 0.9% | 0.85% | - |
| XYZ | 21.49 | 22.27 | 69.5 | - |
| YUV | 109.79 | 189.06 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 218 | 0.90 | 0.39 | 0 | 0.15 | 205.58 | 0.82 | 0.47 |
| Hex | 15 | 86 | DA | 5A | 27 | 0 | F | CE | 52 | 2F |
| Octal | 25 | 206 | 332 | 132 | 47 | 0 | 17 | 316 | 122 | 57 |
| Binary | 10101 | 10000110 | 11011010 | 1011010 | 100111 | 0 | 1111 | 11001110 | 1010010 | 101111 |
Color Harmonies of #1586DA
Complementary color
Monochromatic Colors of #1586DA
Black with #1586DA
Text Example
Text Example
White with #1586DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1586DA; }
p { color: rgb(21,134,218); }
H1.HeaderClassName
{
color: #1586DA;
}
.AnyTagClassName
{
color: #1586DA;
}
</style>
background-color css
<style>
a { background-color: #1586DA; }
a { background-color: rgb(21,134,218); }
div.DivClassName
{
background-color: #1586DA;
}
.BgClassName
{
background-color: #1586DA;
}
</style>
border-color css
<style>
span { border-color: #1586DA; }
span { border-color: rgb(21,134,218); }
td.TdClassName
{
border-color: #1586DA;
}
.TagClassName
{
border-color: #1586DA;
}
</style>