Shades of Dodger Blue #1076EF
Tints of Dodger Blue #1076EF
RGB
CMYK
RGB Variations
Color information
#1076EF (or 0x1076EF) is known color: Dodger Blue. HEX triplet: 10, 76 and EF. RGB value is (16,118,239). Sum of RGB (Red+Green+Blue) = 16+118+239=373 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.29% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 239 (93.75% from 255 or 64.08% from 373); Max value from RGB is 239 - color contains mainly: blue. Hex color #1076EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1076EF is #EF8910. Grayscale: #646464. Windows color (decimal): -15698193 or 15693328. OLE color: 15693328.
HSL color Cylindrical-coordinate representation of color #1076EF: hue angle of 212.56º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1076EF is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 118 | 239 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.06 |
| HSL | 212.56º | 0.87% | 0.5% | - |
| HSV(B) | 212.56º | 0.93% | 0.94% | - |
| XYZ | 22.27 | 19.3 | 84.21 | - |
| YUV | 101.3 | 205.71 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 239 | 0.93 | 0.51 | 0 | 0.06 | 212.56 | 0.87 | 0.5 |
| Hex | 10 | 76 | EF | 5D | 33 | 0 | 6 | D5 | 57 | 32 |
| Octal | 20 | 166 | 357 | 135 | 63 | 0 | 6 | 325 | 127 | 62 |
| Binary | 10000 | 1110110 | 11101111 | 1011101 | 110011 | 0 | 110 | 11010101 | 1010111 | 110010 |
Color Harmonies of #1076EF
Complementary color
Monochromatic Colors of #1076EF
Black with #1076EF
Text Example
Text Example
White with #1076EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1076EF; }
p { color: rgb(16,118,239); }
H1.HeaderClassName
{
color: #1076EF;
}
.AnyTagClassName
{
color: #1076EF;
}
</style>
background-color css
<style>
a { background-color: #1076EF; }
a { background-color: rgb(16,118,239); }
div.DivClassName
{
background-color: #1076EF;
}
.BgClassName
{
background-color: #1076EF;
}
</style>
border-color css
<style>
span { border-color: #1076EF; }
span { border-color: rgb(16,118,239); }
td.TdClassName
{
border-color: #1076EF;
}
.TagClassName
{
border-color: #1076EF;
}
</style>