Shades of Dodger Blue #1389EC
Tints of Dodger Blue #1389EC
RGB
CMYK
RGB Variations
Color information
#1389EC (or 0x1389EC) is known color: Dodger Blue. HEX triplet: 13, 89 and EC. RGB value is (19,137,236). Sum of RGB (Red+Green+Blue) = 19+137+236=392 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.85% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 236 (92.58% from 255 or 60.20% from 392); Max value from RGB is 236 - color contains mainly: blue. Hex color #1389EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1389EC is #EC7613. Grayscale: #707070. Windows color (decimal): -15496724 or 15501587. OLE color: 15501587.
HSL color Cylindrical-coordinate representation of color #1389EC: hue angle of 207.37º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1389EC is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 137 | 236 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.07 |
| HSL | 207.37º | 0.85% | 0.5% | - |
| HSV(B) | 207.37º | 0.92% | 0.93% | - |
| XYZ | 24.35 | 24.09 | 82.72 | - |
| YUV | 113 | 197.41 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 137 | 236 | 0.92 | 0.42 | 0 | 0.07 | 207.37 | 0.85 | 0.5 |
| Hex | 13 | 89 | EC | 5C | 2A | 0 | 7 | CF | 55 | 32 |
| Octal | 23 | 211 | 354 | 134 | 52 | 0 | 7 | 317 | 125 | 62 |
| Binary | 10011 | 10001001 | 11101100 | 1011100 | 101010 | 0 | 111 | 11001111 | 1010101 | 110010 |
Color Harmonies of #1389EC
Complementary color
Monochromatic Colors of #1389EC
Black with #1389EC
Text Example
Text Example
White with #1389EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1389EC; }
p { color: rgb(19,137,236); }
H1.HeaderClassName
{
color: #1389EC;
}
.AnyTagClassName
{
color: #1389EC;
}
</style>
background-color css
<style>
a { background-color: #1389EC; }
a { background-color: rgb(19,137,236); }
div.DivClassName
{
background-color: #1389EC;
}
.BgClassName
{
background-color: #1389EC;
}
</style>
border-color css
<style>
span { border-color: #1389EC; }
span { border-color: rgb(19,137,236); }
td.TdClassName
{
border-color: #1389EC;
}
.TagClassName
{
border-color: #1389EC;
}
</style>