Shades of Dodger Blue #1076EE
Tints of Dodger Blue #1076EE
RGB
CMYK
RGB Variations
Color information
#1076EE (or 0x1076EE) is known color: Dodger Blue. HEX triplet: 10, 76 and EE. RGB value is (16,118,238). Sum of RGB (Red+Green+Blue) = 16+118+238=372 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.30% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #1076EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1076EE is #EF8911. Grayscale: #646464. Windows color (decimal): -15698194 or 15627792. OLE color: 15627792.
HSL color Cylindrical-coordinate representation of color #1076EE: hue angle of 212.43º 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 #1076EE is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 118 | 238 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.07 |
| HSL | 212.43º | 0.87% | 0.5% | - |
| HSV(B) | 212.43º | 0.93% | 0.93% | - |
| XYZ | 22.12 | 19.24 | 83.44 | - |
| YUV | 101.18 | 205.21 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 238 | 0.93 | 0.50 | 0 | 0.07 | 212.43 | 0.87 | 0.5 |
| Hex | 10 | 76 | EE | 5D | 32 | 0 | 7 | D4 | 57 | 32 |
| Octal | 20 | 166 | 356 | 135 | 62 | 0 | 7 | 324 | 127 | 62 |
| Binary | 10000 | 1110110 | 11101110 | 1011101 | 110010 | 0 | 111 | 11010100 | 1010111 | 110010 |
Color Harmonies of #1076EE
Complementary color
Monochromatic Colors of #1076EE
Black with #1076EE
Text Example
Text Example
White with #1076EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1076EE; }
p { color: rgb(16,118,238); }
H1.HeaderClassName
{
color: #1076EE;
}
.AnyTagClassName
{
color: #1076EE;
}
</style>
background-color css
<style>
a { background-color: #1076EE; }
a { background-color: rgb(16,118,238); }
div.DivClassName
{
background-color: #1076EE;
}
.BgClassName
{
background-color: #1076EE;
}
</style>
border-color css
<style>
span { border-color: #1076EE; }
span { border-color: rgb(16,118,238); }
td.TdClassName
{
border-color: #1076EE;
}
.TagClassName
{
border-color: #1076EE;
}
</style>