Shades of Dodger Blue #13A5EC
Tints of Dodger Blue #13A5EC
RGB
CMYK
RGB Variations
Color information
#13A5EC (or 0x13A5EC) is known color: Dodger Blue. HEX triplet: 13, A5 and EC. RGB value is (19,165,236). Sum of RGB (Red+Green+Blue) = 19+165+236=420 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.52% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #13A5EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #13A5EC is #EC5A13. Grayscale: #818181. Windows color (decimal): -15489556 or 15508755. OLE color: 15508755.
HSL color Cylindrical-coordinate representation of color #13A5EC: hue angle of 199.63º 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 #13A5EC is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 165 | 236 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.07 |
| HSL | 199.63º | 0.85% | 0.5% | - |
| HSV(B) | 199.63º | 0.92% | 0.93% | - |
| XYZ | 28.86 | 33.1 | 84.23 | - |
| YUV | 129.44 | 188.13 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 165 | 236 | 0.92 | 0.30 | 0 | 0.07 | 199.63 | 0.85 | 0.5 |
| Hex | 13 | A5 | EC | 5C | 1E | 0 | 7 | C8 | 55 | 32 |
| Octal | 23 | 245 | 354 | 134 | 36 | 0 | 7 | 310 | 125 | 62 |
| Binary | 10011 | 10100101 | 11101100 | 1011100 | 11110 | 0 | 111 | 11001000 | 1010101 | 110010 |
Color Harmonies of #13A5EC
Complementary color
Monochromatic Colors of #13A5EC
Black with #13A5EC
Text Example
Text Example
White with #13A5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13A5EC; }
p { color: rgb(19,165,236); }
H1.HeaderClassName
{
color: #13A5EC;
}
.AnyTagClassName
{
color: #13A5EC;
}
</style>
background-color css
<style>
a { background-color: #13A5EC; }
a { background-color: rgb(19,165,236); }
div.DivClassName
{
background-color: #13A5EC;
}
.BgClassName
{
background-color: #13A5EC;
}
</style>
border-color css
<style>
span { border-color: #13A5EC; }
span { border-color: rgb(19,165,236); }
td.TdClassName
{
border-color: #13A5EC;
}
.TagClassName
{
border-color: #13A5EC;
}
</style>