Shades of Dodger Blue #1486DB
Tints of Dodger Blue #1486DB
RGB
CMYK
RGB Variations
Color information
#1486DB (or 0x1486DB) is known color: Dodger Blue. HEX triplet: 14, 86 and DB. RGB value is (20,134,219). Sum of RGB (Red+Green+Blue) = 20+134+219=373 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.36% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #1486DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1486DB is #EB7924. Grayscale: #6D6D6D. Windows color (decimal): -15431973 or 14386708. OLE color: 14386708.
HSL color Cylindrical-coordinate representation of color #1486DB: hue angle of 205.63º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1486DB is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 134 | 219 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.14 |
| HSL | 205.63º | 0.83% | 0.47% | - |
| HSV(B) | 205.63º | 0.91% | 0.86% | - |
| XYZ | 21.6 | 22.31 | 70.19 | - |
| YUV | 109.6 | 189.73 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 219 | 0.91 | 0.39 | 0 | 0.14 | 205.63 | 0.83 | 0.47 |
| Hex | 14 | 86 | DB | 5B | 27 | 0 | E | CE | 53 | 2F |
| Octal | 24 | 206 | 333 | 133 | 47 | 0 | 16 | 316 | 123 | 57 |
| Binary | 10100 | 10000110 | 11011011 | 1011011 | 100111 | 0 | 1110 | 11001110 | 1010011 | 101111 |
Color Harmonies of #1486DB
Complementary color
Monochromatic Colors of #1486DB
Black with #1486DB
Text Example
Text Example
White with #1486DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1486DB; }
p { color: rgb(20,134,219); }
H1.HeaderClassName
{
color: #1486DB;
}
.AnyTagClassName
{
color: #1486DB;
}
</style>
background-color css
<style>
a { background-color: #1486DB; }
a { background-color: rgb(20,134,219); }
div.DivClassName
{
background-color: #1486DB;
}
.BgClassName
{
background-color: #1486DB;
}
</style>
border-color css
<style>
span { border-color: #1486DB; }
span { border-color: rgb(20,134,219); }
td.TdClassName
{
border-color: #1486DB;
}
.TagClassName
{
border-color: #1486DB;
}
</style>