Shades of Dodger Blue #1082FE
Tints of Dodger Blue #1082FE
RGB
CMYK
RGB Variations
Color information
#1082FE (or 0x1082FE) is known color: Dodger Blue. HEX triplet: 10, 82 and FE. RGB value is (16,130,254). Sum of RGB (Red+Green+Blue) = 16+130+254=400 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #1082FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1082FE is #EF7D01. Grayscale: #6D6D6D. Windows color (decimal): -15695106 or 16679440. OLE color: 16679440.
HSL color Cylindrical-coordinate representation of color #1082FE: hue angle of 211.26º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1082FE is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 130 | 254 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.00 |
| HSL | 211.26º | 0.99% | 0.53% | - |
| HSV(B) | 211.26º | 0.94% | 1% | - |
| XYZ | 26.09 | 23.23 | 96.88 | - |
| YUV | 110.05 | 209.23 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 130 | 254 | 0.94 | 0.49 | 0 | 0.00 | 211.26 | 0.99 | 0.53 |
| Hex | 10 | 82 | FE | 5E | 31 | 0 | 0 | D3 | 63 | 35 |
| Octal | 20 | 202 | 376 | 136 | 61 | 0 | 0 | 323 | 143 | 65 |
| Binary | 10000 | 10000010 | 11111110 | 1011110 | 110001 | 0 | 0 | 11010011 | 1100011 | 110101 |
Color Harmonies of #1082FE
Complementary color
Monochromatic Colors of #1082FE
Black with #1082FE
Text Example
Text Example
White with #1082FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1082FE; }
p { color: rgb(16,130,254); }
H1.HeaderClassName
{
color: #1082FE;
}
.AnyTagClassName
{
color: #1082FE;
}
</style>
background-color css
<style>
a { background-color: #1082FE; }
a { background-color: rgb(16,130,254); }
div.DivClassName
{
background-color: #1082FE;
}
.BgClassName
{
background-color: #1082FE;
}
</style>
border-color css
<style>
span { border-color: #1082FE; }
span { border-color: rgb(16,130,254); }
td.TdClassName
{
border-color: #1082FE;
}
.TagClassName
{
border-color: #1082FE;
}
</style>