Shades of Dodger Blue #1586DB
Tints of Dodger Blue #1586DB
RGB
CMYK
RGB Variations
Color information
#1586DB (or 0x1586DB) is known color: Dodger Blue. HEX triplet: 15, 86 and DB. RGB value is (21,134,219). Sum of RGB (Red+Green+Blue) = 21+134+219=374 (49% of max value = 765). Red value is 21 (8.59% from 255 or 5.61% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 219 (85.94% from 255 or 58.56% from 374); Max value from RGB is 219 - color contains mainly: blue. Hex color #1586DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1586DB is #EA7924. Grayscale: #6D6D6D. Windows color (decimal): -15366437 or 14386709. OLE color: 14386709.
HSL color Cylindrical-coordinate representation of color #1586DB: hue angle of 205.76º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1586DB is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 134 | 219 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.14 |
| HSL | 205.76º | 0.83% | 0.47% | - |
| HSV(B) | 205.76º | 0.9% | 0.86% | - |
| XYZ | 21.62 | 22.32 | 70.19 | - |
| YUV | 109.9 | 189.56 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 134 | 219 | 0.90 | 0.39 | 0 | 0.14 | 205.76 | 0.83 | 0.47 |
| Hex | 15 | 86 | DB | 5A | 27 | 0 | E | CE | 52 | 2F |
| Octal | 25 | 206 | 333 | 132 | 47 | 0 | 16 | 316 | 122 | 57 |
| Binary | 10101 | 10000110 | 11011011 | 1011010 | 100111 | 0 | 1110 | 11001110 | 1010010 | 101111 |
Color Harmonies of #1586DB
Complementary color
Monochromatic Colors of #1586DB
Black with #1586DB
Text Example
Text Example
White with #1586DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1586DB; }
p { color: rgb(21,134,219); }
H1.HeaderClassName
{
color: #1586DB;
}
.AnyTagClassName
{
color: #1586DB;
}
</style>
background-color css
<style>
a { background-color: #1586DB; }
a { background-color: rgb(21,134,219); }
div.DivClassName
{
background-color: #1586DB;
}
.BgClassName
{
background-color: #1586DB;
}
</style>
border-color css
<style>
span { border-color: #1586DB; }
span { border-color: rgb(21,134,219); }
td.TdClassName
{
border-color: #1586DB;
}
.TagClassName
{
border-color: #1586DB;
}
</style>