Shades of Dodger Blue #1073EE
Tints of Dodger Blue #1073EE
RGB
CMYK
RGB Variations
Color information
#1073EE (or 0x1073EE) is known color: Dodger Blue. HEX triplet: 10, 73 and EE. RGB value is (16,115,238). Sum of RGB (Red+Green+Blue) = 16+115+238=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 238 (93.36% from 255 or 64.50% from 369); Max value from RGB is 238 - color contains mainly: blue. Hex color #1073EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1073EE is #EF8C11. Grayscale: #626262. Windows color (decimal): -15698962 or 15627024. OLE color: 15627024.
HSL color Cylindrical-coordinate representation of color #1073EE: hue angle of 213.24º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1073EE is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 115 | 238 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.07 |
| HSL | 213.24º | 0.87% | 0.5% | - |
| HSV(B) | 213.24º | 0.93% | 0.93% | - |
| XYZ | 21.78 | 18.54 | 83.32 | - |
| YUV | 99.42 | 206.2 | 68.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 238 | 0.93 | 0.52 | 0 | 0.07 | 213.24 | 0.87 | 0.5 |
| Hex | 10 | 73 | EE | 5D | 34 | 0 | 7 | D5 | 57 | 32 |
| Octal | 20 | 163 | 356 | 135 | 64 | 0 | 7 | 325 | 127 | 62 |
| Binary | 10000 | 1110011 | 11101110 | 1011101 | 110100 | 0 | 111 | 11010101 | 1010111 | 110010 |
Color Harmonies of #1073EE
Complementary color
Monochromatic Colors of #1073EE
Black with #1073EE
Text Example
Text Example
White with #1073EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1073EE; }
p { color: rgb(16,115,238); }
H1.HeaderClassName
{
color: #1073EE;
}
.AnyTagClassName
{
color: #1073EE;
}
</style>
background-color css
<style>
a { background-color: #1073EE; }
a { background-color: rgb(16,115,238); }
div.DivClassName
{
background-color: #1073EE;
}
.BgClassName
{
background-color: #1073EE;
}
</style>
border-color css
<style>
span { border-color: #1073EE; }
span { border-color: rgb(16,115,238); }
td.TdClassName
{
border-color: #1073EE;
}
.TagClassName
{
border-color: #1073EE;
}
</style>