Shades of Dodger Blue #1083EE
Tints of Dodger Blue #1083EE
RGB
CMYK
RGB Variations
Color information
#1083EE (or 0x1083EE) is known color: Dodger Blue. HEX triplet: 10, 83 and EE. RGB value is (16,131,238). Sum of RGB (Red+Green+Blue) = 16+131+238=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 238 (93.36% from 255 or 61.82% from 385); Max value from RGB is 238 - color contains mainly: blue. Hex color #1083EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1083EE is #EF7C11. Grayscale: #6C6C6C. Windows color (decimal): -15694866 or 15631120. OLE color: 15631120.
HSL color Cylindrical-coordinate representation of color #1083EE: hue angle of 208.92º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1083EE is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 131 | 238 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.07 |
| HSL | 208.92º | 0.87% | 0.5% | - |
| HSV(B) | 208.92º | 0.93% | 0.93% | - |
| XYZ | 23.76 | 22.52 | 83.98 | - |
| YUV | 108.81 | 200.9 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 131 | 238 | 0.93 | 0.45 | 0 | 0.07 | 208.92 | 0.87 | 0.5 |
| Hex | 10 | 83 | EE | 5D | 2D | 0 | 7 | D1 | 57 | 32 |
| Octal | 20 | 203 | 356 | 135 | 55 | 0 | 7 | 321 | 127 | 62 |
| Binary | 10000 | 10000011 | 11101110 | 1011101 | 101101 | 0 | 111 | 11010001 | 1010111 | 110010 |
Color Harmonies of #1083EE
Complementary color
Monochromatic Colors of #1083EE
Black with #1083EE
Text Example
Text Example
White with #1083EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1083EE; }
p { color: rgb(16,131,238); }
H1.HeaderClassName
{
color: #1083EE;
}
.AnyTagClassName
{
color: #1083EE;
}
</style>
background-color css
<style>
a { background-color: #1083EE; }
a { background-color: rgb(16,131,238); }
div.DivClassName
{
background-color: #1083EE;
}
.BgClassName
{
background-color: #1083EE;
}
</style>
border-color css
<style>
span { border-color: #1083EE; }
span { border-color: rgb(16,131,238); }
td.TdClassName
{
border-color: #1083EE;
}
.TagClassName
{
border-color: #1083EE;
}
</style>