Shades of Dodger Blue #1073EC
Tints of Dodger Blue #1073EC
RGB
CMYK
RGB Variations
Color information
#1073EC (or 0x1073EC) is known color: Dodger Blue. HEX triplet: 10, 73 and EC. RGB value is (16,115,236). Sum of RGB (Red+Green+Blue) = 16+115+236=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 236 (92.58% from 255 or 64.31% from 367); Max value from RGB is 236 - color contains mainly: blue. Hex color #1073EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1073EC is #EF8C13. Grayscale: #626262. Windows color (decimal): -15698964 or 15495952. OLE color: 15495952.
HSL color Cylindrical-coordinate representation of color #1073EC: hue angle of 213º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1073EC is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 115 | 236 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.07 |
| HSL | 213º | 0.87% | 0.49% | - |
| HSV(B) | 213º | 0.93% | 0.93% | - |
| XYZ | 21.48 | 18.43 | 81.78 | - |
| YUV | 99.19 | 205.2 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 236 | 0.93 | 0.51 | 0 | 0.07 | 213 | 0.87 | 0.49 |
| Hex | 10 | 73 | EC | 5D | 33 | 0 | 7 | D5 | 57 | 31 |
| Octal | 20 | 163 | 354 | 135 | 63 | 0 | 7 | 325 | 127 | 61 |
| Binary | 10000 | 1110011 | 11101100 | 1011101 | 110011 | 0 | 111 | 11010101 | 1010111 | 110001 |
Color Harmonies of #1073EC
Complementary color
Monochromatic Colors of #1073EC
Black with #1073EC
Text Example
Text Example
White with #1073EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1073EC; }
p { color: rgb(16,115,236); }
H1.HeaderClassName
{
color: #1073EC;
}
.AnyTagClassName
{
color: #1073EC;
}
</style>
background-color css
<style>
a { background-color: #1073EC; }
a { background-color: rgb(16,115,236); }
div.DivClassName
{
background-color: #1073EC;
}
.BgClassName
{
background-color: #1073EC;
}
</style>
border-color css
<style>
span { border-color: #1073EC; }
span { border-color: rgb(16,115,236); }
td.TdClassName
{
border-color: #1073EC;
}
.TagClassName
{
border-color: #1073EC;
}
</style>