Shades of Dodger Blue #1388DD
Tints of Dodger Blue #1388DD
RGB
CMYK
RGB Variations
Color information
#1388DD (or 0x1388DD) is known color: Dodger Blue. HEX triplet: 13, 88 and DD. RGB value is (19,136,221). Sum of RGB (Red+Green+Blue) = 19+136+221=376 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.05% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #1388DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1388DD is #EC7722. Grayscale: #6E6E6E. Windows color (decimal): -15496995 or 14518291. OLE color: 14518291.
HSL color Cylindrical-coordinate representation of color #1388DD: hue angle of 205.25º 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 #1388DD is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 136 | 221 | - |
| CMYK | 0.91 | 0.38 | 0 | 0.13 |
| HSL | 205.25º | 0.84% | 0.47% | - |
| HSV(B) | 205.25º | 0.91% | 0.87% | - |
| XYZ | 22.12 | 22.97 | 71.67 | - |
| YUV | 110.71 | 190.24 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 221 | 0.91 | 0.38 | 0 | 0.13 | 205.25 | 0.84 | 0.47 |
| Hex | 13 | 88 | DD | 5B | 26 | 0 | D | CD | 54 | 2F |
| Octal | 23 | 210 | 335 | 133 | 46 | 0 | 15 | 315 | 124 | 57 |
| Binary | 10011 | 10001000 | 11011101 | 1011011 | 100110 | 0 | 1101 | 11001101 | 1010100 | 101111 |
Color Harmonies of #1388DD
Complementary color
Monochromatic Colors of #1388DD
Black with #1388DD
Text Example
Text Example
White with #1388DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1388DD; }
p { color: rgb(19,136,221); }
H1.HeaderClassName
{
color: #1388DD;
}
.AnyTagClassName
{
color: #1388DD;
}
</style>
background-color css
<style>
a { background-color: #1388DD; }
a { background-color: rgb(19,136,221); }
div.DivClassName
{
background-color: #1388DD;
}
.BgClassName
{
background-color: #1388DD;
}
</style>
border-color css
<style>
span { border-color: #1388DD; }
span { border-color: rgb(19,136,221); }
td.TdClassName
{
border-color: #1388DD;
}
.TagClassName
{
border-color: #1388DD;
}
</style>