Shades of Dodger Blue #1387DB
Tints of Dodger Blue #1387DB
RGB
CMYK
RGB Variations
Color information
#1387DB (or 0x1387DB) is known color: Dodger Blue. HEX triplet: 13, 87 and DB. RGB value is (19,135,219). Sum of RGB (Red+Green+Blue) = 19+135+219=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 135 (53.12% from 255 or 36.19% 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 #1387DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1387DB is #EC7824. Grayscale: #6D6D6D. Windows color (decimal): -15497253 or 14386963. OLE color: 14386963.
HSL color Cylindrical-coordinate representation of color #1387DB: hue angle of 205.2º degrees, saturation: 0.84, 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 #1387DB is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 135 | 219 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.14 |
| HSL | 205.2º | 0.84% | 0.47% | - |
| HSV(B) | 205.2º | 0.91% | 0.86% | - |
| XYZ | 21.72 | 22.58 | 70.23 | - |
| YUV | 109.89 | 189.57 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 219 | 0.91 | 0.38 | 0 | 0.14 | 205.2 | 0.84 | 0.47 |
| Hex | 13 | 87 | DB | 5B | 26 | 0 | E | CD | 54 | 2F |
| Octal | 23 | 207 | 333 | 133 | 46 | 0 | 16 | 315 | 124 | 57 |
| Binary | 10011 | 10000111 | 11011011 | 1011011 | 100110 | 0 | 1110 | 11001101 | 1010100 | 101111 |
Color Harmonies of #1387DB
Complementary color
Monochromatic Colors of #1387DB
Black with #1387DB
Text Example
Text Example
White with #1387DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1387DB; }
p { color: rgb(19,135,219); }
H1.HeaderClassName
{
color: #1387DB;
}
.AnyTagClassName
{
color: #1387DB;
}
</style>
background-color css
<style>
a { background-color: #1387DB; }
a { background-color: rgb(19,135,219); }
div.DivClassName
{
background-color: #1387DB;
}
.BgClassName
{
background-color: #1387DB;
}
</style>
border-color css
<style>
span { border-color: #1387DB; }
span { border-color: rgb(19,135,219); }
td.TdClassName
{
border-color: #1387DB;
}
.TagClassName
{
border-color: #1387DB;
}
</style>