Shades of Dodger Blue #1399EC
Tints of Dodger Blue #1399EC
RGB
CMYK
RGB Variations
Color information
#1399EC (or 0x1399EC) is known color: Dodger Blue. HEX triplet: 13, 99 and EC. RGB value is (19,153,236). Sum of RGB (Red+Green+Blue) = 19+153+236=408 (54% of max value = 765). Red value is 19 (7.81% from 255 or 4.66% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 236 (92.58% from 255 or 57.84% from 408); Max value from RGB is 236 - color contains mainly: blue. Hex color #1399EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1399EC is #EC6613. Grayscale: #797979. Windows color (decimal): -15492628 or 15505683. OLE color: 15505683.
HSL color Cylindrical-coordinate representation of color #1399EC: hue angle of 202.95º 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 #1399EC is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 153 | 236 | - |
| CMYK | 0.92 | 0.35 | 0 | 0.07 |
| HSL | 202.95º | 0.85% | 0.5% | - |
| HSV(B) | 202.95º | 0.92% | 0.93% | - |
| XYZ | 26.8 | 28.98 | 83.54 | - |
| YUV | 122.4 | 192.11 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 153 | 236 | 0.92 | 0.35 | 0 | 0.07 | 202.95 | 0.85 | 0.5 |
| Hex | 13 | 99 | EC | 5C | 23 | 0 | 7 | CB | 55 | 32 |
| Octal | 23 | 231 | 354 | 134 | 43 | 0 | 7 | 313 | 125 | 62 |
| Binary | 10011 | 10011001 | 11101100 | 1011100 | 100011 | 0 | 111 | 11001011 | 1010101 | 110010 |
Color Harmonies of #1399EC
Complementary color
Monochromatic Colors of #1399EC
Black with #1399EC
Text Example
Text Example
White with #1399EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1399EC; }
p { color: rgb(19,153,236); }
H1.HeaderClassName
{
color: #1399EC;
}
.AnyTagClassName
{
color: #1399EC;
}
</style>
background-color css
<style>
a { background-color: #1399EC; }
a { background-color: rgb(19,153,236); }
div.DivClassName
{
background-color: #1399EC;
}
.BgClassName
{
background-color: #1399EC;
}
</style>
border-color css
<style>
span { border-color: #1399EC; }
span { border-color: rgb(19,153,236); }
td.TdClassName
{
border-color: #1399EC;
}
.TagClassName
{
border-color: #1399EC;
}
</style>