Shades of Dodger Blue #1385EF
Tints of Dodger Blue #1385EF
RGB
CMYK
RGB Variations
Color information
#1385EF (or 0x1385EF) is known color: Dodger Blue. HEX triplet: 13, 85 and EF. RGB value is (19,133,239). Sum of RGB (Red+Green+Blue) = 19+133+239=391 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.86% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #1385EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1385EF is #EC7A10. Grayscale: #6E6E6E. Windows color (decimal): -15497745 or 15697171. OLE color: 15697171.
HSL color Cylindrical-coordinate representation of color #1385EF: hue angle of 208.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1385EF is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 133 | 239 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.06 |
| HSL | 208.91º | 0.87% | 0.51% | - |
| HSV(B) | 208.91º | 0.92% | 0.94% | - |
| XYZ | 24.24 | 23.15 | 84.85 | - |
| YUV | 111 | 200.23 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 133 | 239 | 0.92 | 0.44 | 0 | 0.06 | 208.91 | 0.87 | 0.51 |
| Hex | 13 | 85 | EF | 5C | 2C | 0 | 6 | D1 | 57 | 33 |
| Octal | 23 | 205 | 357 | 134 | 54 | 0 | 6 | 321 | 127 | 63 |
| Binary | 10011 | 10000101 | 11101111 | 1011100 | 101100 | 0 | 110 | 11010001 | 1010111 | 110011 |
Color Harmonies of #1385EF
Complementary color
Monochromatic Colors of #1385EF
Black with #1385EF
Text Example
Text Example
White with #1385EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1385EF; }
p { color: rgb(19,133,239); }
H1.HeaderClassName
{
color: #1385EF;
}
.AnyTagClassName
{
color: #1385EF;
}
</style>
background-color css
<style>
a { background-color: #1385EF; }
a { background-color: rgb(19,133,239); }
div.DivClassName
{
background-color: #1385EF;
}
.BgClassName
{
background-color: #1385EF;
}
</style>
border-color css
<style>
span { border-color: #1385EF; }
span { border-color: rgb(19,133,239); }
td.TdClassName
{
border-color: #1385EF;
}
.TagClassName
{
border-color: #1385EF;
}
</style>