Shades of Dodger Blue #1387DD
Tints of Dodger Blue #1387DD
RGB
CMYK
RGB Variations
Color information
#1387DD (or 0x1387DD) is known color: Dodger Blue. HEX triplet: 13, 87 and DD. RGB value is (19,135,221). Sum of RGB (Red+Green+Blue) = 19+135+221=375 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.07% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #1387DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1387DD is #EC7822. Grayscale: #6D6D6D. Windows color (decimal): -15497251 or 14518035. OLE color: 14518035.
HSL color Cylindrical-coordinate representation of color #1387DD: hue angle of 205.54º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1387DD is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 135 | 221 | - |
| CMYK | 0.91 | 0.39 | 0 | 0.13 |
| HSL | 205.54º | 0.84% | 0.47% | - |
| HSV(B) | 205.54º | 0.91% | 0.87% | - |
| XYZ | 21.98 | 22.69 | 71.63 | - |
| YUV | 110.12 | 190.57 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 135 | 221 | 0.91 | 0.39 | 0 | 0.13 | 205.54 | 0.84 | 0.47 |
| Hex | 13 | 87 | DD | 5B | 27 | 0 | D | CE | 54 | 2F |
| Octal | 23 | 207 | 335 | 133 | 47 | 0 | 15 | 316 | 124 | 57 |
| Binary | 10011 | 10000111 | 11011101 | 1011011 | 100111 | 0 | 1101 | 11001110 | 1010100 | 101111 |
Color Harmonies of #1387DD
Complementary color
Monochromatic Colors of #1387DD
Black with #1387DD
Text Example
Text Example
White with #1387DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1387DD; }
p { color: rgb(19,135,221); }
H1.HeaderClassName
{
color: #1387DD;
}
.AnyTagClassName
{
color: #1387DD;
}
</style>
background-color css
<style>
a { background-color: #1387DD; }
a { background-color: rgb(19,135,221); }
div.DivClassName
{
background-color: #1387DD;
}
.BgClassName
{
background-color: #1387DD;
}
</style>
border-color css
<style>
span { border-color: #1387DD; }
span { border-color: rgb(19,135,221); }
td.TdClassName
{
border-color: #1387DD;
}
.TagClassName
{
border-color: #1387DD;
}
</style>