Shades of Dodger Blue #1083ED
Tints of Dodger Blue #1083ED
RGB
CMYK
RGB Variations
Color information
#1083ED (or 0x1083ED) is known color: Dodger Blue. HEX triplet: 10, 83 and ED. RGB value is (16,131,237). Sum of RGB (Red+Green+Blue) = 16+131+237=384 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.17% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #1083ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1083ED is #EF7C12. Grayscale: #6C6C6C. Windows color (decimal): -15694867 or 15565584. OLE color: 15565584.
HSL color Cylindrical-coordinate representation of color #1083ED: hue angle of 208.78º 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 #1083ED is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 131 | 237 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.07 |
| HSL | 208.78º | 0.87% | 0.5% | - |
| HSV(B) | 208.78º | 0.93% | 0.93% | - |
| XYZ | 23.62 | 22.46 | 83.21 | - |
| YUV | 108.7 | 200.4 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 131 | 237 | 0.93 | 0.45 | 0 | 0.07 | 208.78 | 0.87 | 0.5 |
| Hex | 10 | 83 | ED | 5D | 2D | 0 | 7 | D1 | 57 | 32 |
| Octal | 20 | 203 | 355 | 135 | 55 | 0 | 7 | 321 | 127 | 62 |
| Binary | 10000 | 10000011 | 11101101 | 1011101 | 101101 | 0 | 111 | 11010001 | 1010111 | 110010 |
Color Harmonies of #1083ED
Complementary color
Monochromatic Colors of #1083ED
Black with #1083ED
Text Example
Text Example
White with #1083ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1083ED; }
p { color: rgb(16,131,237); }
H1.HeaderClassName
{
color: #1083ED;
}
.AnyTagClassName
{
color: #1083ED;
}
</style>
background-color css
<style>
a { background-color: #1083ED; }
a { background-color: rgb(16,131,237); }
div.DivClassName
{
background-color: #1083ED;
}
.BgClassName
{
background-color: #1083ED;
}
</style>
border-color css
<style>
span { border-color: #1083ED; }
span { border-color: rgb(16,131,237); }
td.TdClassName
{
border-color: #1083ED;
}
.TagClassName
{
border-color: #1083ED;
}
</style>