Shades of Dodger Blue #1082EA
Tints of Dodger Blue #1082EA
RGB
CMYK
RGB Variations
Color information
#1082EA (or 0x1082EA) is known color: Dodger Blue. HEX triplet: 10, 82 and EA. RGB value is (16,130,234). Sum of RGB (Red+Green+Blue) = 16+130+234=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #1082EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1082EA is #EF7D15. Grayscale: #6B6B6B. Windows color (decimal): -15695126 or 15368720. OLE color: 15368720.
HSL color Cylindrical-coordinate representation of color #1082EA: hue angle of 208.62º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1082EA is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 130 | 234 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.08 |
| HSL | 208.62º | 0.87% | 0.49% | - |
| HSV(B) | 208.62º | 0.93% | 0.92% | - |
| XYZ | 23.05 | 22.02 | 80.88 | - |
| YUV | 107.77 | 199.23 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 234 | 0.93 | 0.44 | 0 | 0.08 | 208.62 | 0.87 | 0.49 |
| Hex | 10 | 82 | EA | 5D | 2C | 0 | 8 | D1 | 57 | 31 |
| Octal | 20 | 202 | 352 | 135 | 54 | 0 | 10 | 321 | 127 | 61 |
| Binary | 10000 | 10000010 | 11101010 | 1011101 | 101100 | 0 | 1000 | 11010001 | 1010111 | 110001 |
Color Harmonies of #1082EA
Complementary color
Monochromatic Colors of #1082EA
Black with #1082EA
Text Example
Text Example
White with #1082EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1082EA; }
p { color: rgb(16,130,234); }
H1.HeaderClassName
{
color: #1082EA;
}
.AnyTagClassName
{
color: #1082EA;
}
</style>
background-color css
<style>
a { background-color: #1082EA; }
a { background-color: rgb(16,130,234); }
div.DivClassName
{
background-color: #1082EA;
}
.BgClassName
{
background-color: #1082EA;
}
</style>
border-color css
<style>
span { border-color: #1082EA; }
span { border-color: rgb(16,130,234); }
td.TdClassName
{
border-color: #1082EA;
}
.TagClassName
{
border-color: #1082EA;
}
</style>