Shades of Dodger Blue #1473EC
Tints of Dodger Blue #1473EC
RGB
CMYK
RGB Variations
Color information
#1473EC (or 0x1473EC) is known color: Dodger Blue. HEX triplet: 14, 73 and EC. RGB value is (20,115,236). Sum of RGB (Red+Green+Blue) = 20+115+236=371 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.39% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #1473EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1473EC is #EB8C13. Grayscale: #636363. Windows color (decimal): -15436820 or 15495956. OLE color: 15495956.
HSL color Cylindrical-coordinate representation of color #1473EC: hue angle of 213.61º 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 #1473EC is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 115 | 236 | - |
| CMYK | 0.92 | 0.51 | 0 | 0.07 |
| HSL | 213.61º | 0.85% | 0.5% | - |
| HSV(B) | 213.61º | 0.92% | 0.93% | - |
| XYZ | 21.56 | 18.47 | 81.78 | - |
| YUV | 100.39 | 204.53 | 70.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 236 | 0.92 | 0.51 | 0 | 0.07 | 213.61 | 0.85 | 0.5 |
| Hex | 14 | 73 | EC | 5C | 33 | 0 | 7 | D6 | 55 | 32 |
| Octal | 24 | 163 | 354 | 134 | 63 | 0 | 7 | 326 | 125 | 62 |
| Binary | 10100 | 1110011 | 11101100 | 1011100 | 110011 | 0 | 111 | 11010110 | 1010101 | 110010 |
Color Harmonies of #1473EC
Complementary color
Monochromatic Colors of #1473EC
Black with #1473EC
Text Example
Text Example
White with #1473EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1473EC; }
p { color: rgb(20,115,236); }
H1.HeaderClassName
{
color: #1473EC;
}
.AnyTagClassName
{
color: #1473EC;
}
</style>
background-color css
<style>
a { background-color: #1473EC; }
a { background-color: rgb(20,115,236); }
div.DivClassName
{
background-color: #1473EC;
}
.BgClassName
{
background-color: #1473EC;
}
</style>
border-color css
<style>
span { border-color: #1473EC; }
span { border-color: rgb(20,115,236); }
td.TdClassName
{
border-color: #1473EC;
}
.TagClassName
{
border-color: #1473EC;
}
</style>