Shades of Dodger Blue #1082EC
Tints of Dodger Blue #1082EC
RGB
CMYK
RGB Variations
Color information
#1082EC (or 0x1082EC) is known color: Dodger Blue. HEX triplet: 10, 82 and EC. RGB value is (16,130,236). Sum of RGB (Red+Green+Blue) = 16+130+236=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #1082EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1082EC is #EF7D13. Grayscale: #6B6B6B. Windows color (decimal): -15695124 or 15499792. OLE color: 15499792.
HSL color Cylindrical-coordinate representation of color #1082EC: hue angle of 208.91º 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 #1082EC is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 130 | 236 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.07 |
| HSL | 208.91º | 0.87% | 0.49% | - |
| HSV(B) | 208.91º | 0.93% | 0.93% | - |
| XYZ | 23.34 | 22.13 | 82.4 | - |
| YUV | 108 | 200.23 | 62.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 236 | 0.93 | 0.45 | 0 | 0.07 | 208.91 | 0.87 | 0.49 |
| Hex | 10 | 82 | EC | 5D | 2D | 0 | 7 | D1 | 57 | 31 |
| Octal | 20 | 202 | 354 | 135 | 55 | 0 | 7 | 321 | 127 | 61 |
| Binary | 10000 | 10000010 | 11101100 | 1011101 | 101101 | 0 | 111 | 11010001 | 1010111 | 110001 |
Color Harmonies of #1082EC
Complementary color
Monochromatic Colors of #1082EC
Black with #1082EC
Text Example
Text Example
White with #1082EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1082EC; }
p { color: rgb(16,130,236); }
H1.HeaderClassName
{
color: #1082EC;
}
.AnyTagClassName
{
color: #1082EC;
}
</style>
background-color css
<style>
a { background-color: #1082EC; }
a { background-color: rgb(16,130,236); }
div.DivClassName
{
background-color: #1082EC;
}
.BgClassName
{
background-color: #1082EC;
}
</style>
border-color css
<style>
span { border-color: #1082EC; }
span { border-color: rgb(16,130,236); }
td.TdClassName
{
border-color: #1082EC;
}
.TagClassName
{
border-color: #1082EC;
}
</style>