Shades of Dodger Blue #1076ED
Tints of Dodger Blue #1076ED
RGB
CMYK
RGB Variations
Color information
#1076ED (or 0x1076ED) is known color: Dodger Blue. HEX triplet: 10, 76 and ED. RGB value is (16,118,237). Sum of RGB (Red+Green+Blue) = 16+118+237=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 237 (92.97% from 255 or 63.88% from 371); Max value from RGB is 237 - color contains mainly: blue. Hex color #1076ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1076ED is #EF8912. Grayscale: #646464. Windows color (decimal): -15698195 or 15562256. OLE color: 15562256.
HSL color Cylindrical-coordinate representation of color #1076ED: hue angle of 212.31º 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 #1076ED is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 118 | 237 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.07 |
| HSL | 212.31º | 0.87% | 0.5% | - |
| HSV(B) | 212.31º | 0.93% | 0.93% | - |
| XYZ | 21.98 | 19.18 | 82.66 | - |
| YUV | 101.07 | 204.71 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 237 | 0.93 | 0.50 | 0 | 0.07 | 212.31 | 0.87 | 0.5 |
| Hex | 10 | 76 | ED | 5D | 32 | 0 | 7 | D4 | 57 | 32 |
| Octal | 20 | 166 | 355 | 135 | 62 | 0 | 7 | 324 | 127 | 62 |
| Binary | 10000 | 1110110 | 11101101 | 1011101 | 110010 | 0 | 111 | 11010100 | 1010111 | 110010 |
Color Harmonies of #1076ED
Complementary color
Monochromatic Colors of #1076ED
Black with #1076ED
Text Example
Text Example
White with #1076ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1076ED; }
p { color: rgb(16,118,237); }
H1.HeaderClassName
{
color: #1076ED;
}
.AnyTagClassName
{
color: #1076ED;
}
</style>
background-color css
<style>
a { background-color: #1076ED; }
a { background-color: rgb(16,118,237); }
div.DivClassName
{
background-color: #1076ED;
}
.BgClassName
{
background-color: #1076ED;
}
</style>
border-color css
<style>
span { border-color: #1076ED; }
span { border-color: rgb(16,118,237); }
td.TdClassName
{
border-color: #1076ED;
}
.TagClassName
{
border-color: #1076ED;
}
</style>