Shades of Dodger Blue #1487DB
Tints of Dodger Blue #1487DB
RGB
CMYK
RGB Variations
Color information
#1487DB (or 0x1487DB) is known color: Dodger Blue. HEX triplet: 14, 87 and DB. RGB value is (20,135,219). Sum of RGB (Red+Green+Blue) = 20+135+219=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 135 (53.12% from 255 or 36.10% 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 #1487DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1487DB is #EB7824. Grayscale: #6D6D6D. Windows color (decimal): -15431717 or 14386964. OLE color: 14386964.
HSL color Cylindrical-coordinate representation of color #1487DB: hue angle of 205.33º 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 #1487DB is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 135 | 219 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.14 |
| HSL | 205.33º | 0.83% | 0.47% | - |
| HSV(B) | 205.33º | 0.91% | 0.86% | - |
| XYZ | 21.74 | 22.59 | 70.23 | - |
| YUV | 110.19 | 189.4 | 63.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 219 | 0.91 | 0.38 | 0 | 0.14 | 205.33 | 0.83 | 0.47 |
| Hex | 14 | 87 | DB | 5B | 26 | 0 | E | CD | 53 | 2F |
| Octal | 24 | 207 | 333 | 133 | 46 | 0 | 16 | 315 | 123 | 57 |
| Binary | 10100 | 10000111 | 11011011 | 1011011 | 100110 | 0 | 1110 | 11001101 | 1010011 | 101111 |
Color Harmonies of #1487DB
Complementary color
Monochromatic Colors of #1487DB
Black with #1487DB
Text Example
Text Example
White with #1487DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1487DB; }
p { color: rgb(20,135,219); }
H1.HeaderClassName
{
color: #1487DB;
}
.AnyTagClassName
{
color: #1487DB;
}
</style>
background-color css
<style>
a { background-color: #1487DB; }
a { background-color: rgb(20,135,219); }
div.DivClassName
{
background-color: #1487DB;
}
.BgClassName
{
background-color: #1487DB;
}
</style>
border-color css
<style>
span { border-color: #1487DB; }
span { border-color: rgb(20,135,219); }
td.TdClassName
{
border-color: #1487DB;
}
.TagClassName
{
border-color: #1487DB;
}
</style>