Shades of Dodger Blue #1082FF
Tints of Dodger Blue #1082FF
RGB
CMYK
RGB Variations
Color information
#1082FF (or 0x1082FF) is known color: Dodger Blue. HEX triplet: 10, 82 and FF. RGB value is (16,130,255). Sum of RGB (Red+Green+Blue) = 16+130+255=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #1082FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1082FF is #EF7D00. Grayscale: #6D6D6D. Windows color (decimal): -15695105 or 16744976. OLE color: 16744976.
HSL color Cylindrical-coordinate representation of color #1082FF: hue angle of 211.38º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1082FF is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 130 | 255 | - |
| CMYK | 0.94 | 0.49 | 0 | 0 |
| HSL | 211.38º | 1% | 0.53% | - |
| HSV(B) | 211.38º | 0.94% | 1% | - |
| XYZ | 26.25 | 23.3 | 97.72 | - |
| YUV | 110.16 | 209.73 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 255 | 0.94 | 0.49 | 0 | 0 | 211.38 | 1 | 0.53 |
| Hex | 10 | 82 | FF | 5E | 31 | 0 | 0 | D3 | 64 | 35 |
| Octal | 20 | 202 | 377 | 136 | 61 | 0 | 0 | 323 | 144 | 65 |
| Binary | 10000 | 10000010 | 11111111 | 1011110 | 110001 | 0 | 0 | 11010011 | 1100100 | 110101 |
Color Harmonies of #1082FF
Complementary color
Monochromatic Colors of #1082FF
Black with #1082FF
Text Example
Text Example
White with #1082FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1082FF; }
p { color: rgb(16,130,255); }
H1.HeaderClassName
{
color: #1082FF;
}
.AnyTagClassName
{
color: #1082FF;
}
</style>
background-color css
<style>
a { background-color: #1082FF; }
a { background-color: rgb(16,130,255); }
div.DivClassName
{
background-color: #1082FF;
}
.BgClassName
{
background-color: #1082FF;
}
</style>
border-color css
<style>
span { border-color: #1082FF; }
span { border-color: rgb(16,130,255); }
td.TdClassName
{
border-color: #1082FF;
}
.TagClassName
{
border-color: #1082FF;
}
</style>