Shades of Dodger Blue #1093EC
Tints of Dodger Blue #1093EC
RGB
CMYK
RGB Variations
Color information
#1093EC (or 0x1093EC) is known color: Dodger Blue. HEX triplet: 10, 93 and EC. RGB value is (16,147,236). Sum of RGB (Red+Green+Blue) = 16+147+236=399 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.01% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #1093EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1093EC is #EF6C13. Grayscale: #757575. Windows color (decimal): -15690772 or 15504144. OLE color: 15504144.
HSL color Cylindrical-coordinate representation of color #1093EC: hue angle of 204.27º 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 #1093EC is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 147 | 236 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.07 |
| HSL | 204.27º | 0.87% | 0.49% | - |
| HSV(B) | 204.27º | 0.93% | 0.93% | - |
| XYZ | 25.79 | 27.03 | 83.22 | - |
| YUV | 117.98 | 194.6 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 147 | 236 | 0.93 | 0.38 | 0 | 0.07 | 204.27 | 0.87 | 0.49 |
| Hex | 10 | 93 | EC | 5D | 26 | 0 | 7 | CC | 57 | 31 |
| Octal | 20 | 223 | 354 | 135 | 46 | 0 | 7 | 314 | 127 | 61 |
| Binary | 10000 | 10010011 | 11101100 | 1011101 | 100110 | 0 | 111 | 11001100 | 1010111 | 110001 |
Color Harmonies of #1093EC
Complementary color
Monochromatic Colors of #1093EC
Black with #1093EC
Text Example
Text Example
White with #1093EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1093EC; }
p { color: rgb(16,147,236); }
H1.HeaderClassName
{
color: #1093EC;
}
.AnyTagClassName
{
color: #1093EC;
}
</style>
background-color css
<style>
a { background-color: #1093EC; }
a { background-color: rgb(16,147,236); }
div.DivClassName
{
background-color: #1093EC;
}
.BgClassName
{
background-color: #1093EC;
}
</style>
border-color css
<style>
span { border-color: #1093EC; }
span { border-color: rgb(16,147,236); }
td.TdClassName
{
border-color: #1093EC;
}
.TagClassName
{
border-color: #1093EC;
}
</style>