Shades of Dodger Blue #1083EC
Tints of Dodger Blue #1083EC
RGB
CMYK
RGB Variations
Color information
#1083EC (or 0x1083EC) is known color: Dodger Blue. HEX triplet: 10, 83 and EC. RGB value is (16,131,236). Sum of RGB (Red+Green+Blue) = 16+131+236=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #1083EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1083EC is #EF7C13. Grayscale: #6C6C6C. Windows color (decimal): -15694868 or 15500048. OLE color: 15500048.
HSL color Cylindrical-coordinate representation of color #1083EC: hue angle of 208.64º 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 #1083EC is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 131 | 236 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.07 |
| HSL | 208.64º | 0.87% | 0.49% | - |
| HSV(B) | 208.64º | 0.93% | 0.93% | - |
| XYZ | 23.47 | 22.4 | 82.44 | - |
| YUV | 108.59 | 199.9 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 131 | 236 | 0.93 | 0.44 | 0 | 0.07 | 208.64 | 0.87 | 0.49 |
| Hex | 10 | 83 | EC | 5D | 2C | 0 | 7 | D1 | 57 | 31 |
| Octal | 20 | 203 | 354 | 135 | 54 | 0 | 7 | 321 | 127 | 61 |
| Binary | 10000 | 10000011 | 11101100 | 1011101 | 101100 | 0 | 111 | 11010001 | 1010111 | 110001 |
Color Harmonies of #1083EC
Complementary color
Monochromatic Colors of #1083EC
Black with #1083EC
Text Example
Text Example
White with #1083EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1083EC; }
p { color: rgb(16,131,236); }
H1.HeaderClassName
{
color: #1083EC;
}
.AnyTagClassName
{
color: #1083EC;
}
</style>
background-color css
<style>
a { background-color: #1083EC; }
a { background-color: rgb(16,131,236); }
div.DivClassName
{
background-color: #1083EC;
}
.BgClassName
{
background-color: #1083EC;
}
</style>
border-color css
<style>
span { border-color: #1083EC; }
span { border-color: rgb(16,131,236); }
td.TdClassName
{
border-color: #1083EC;
}
.TagClassName
{
border-color: #1083EC;
}
</style>