Shades of Dodger Blue #1094EC
Tints of Dodger Blue #1094EC
RGB
CMYK
RGB Variations
Color information
#1094EC (or 0x1094EC) is known color: Dodger Blue. HEX triplet: 10, 94 and EC. RGB value is (16,148,236). Sum of RGB (Red+Green+Blue) = 16+148+236=400 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 236 (92.58% from 255 or 59% from 400); Max value from RGB is 236 - color contains mainly: blue. Hex color #1094EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1094EC is #EF6B13. Grayscale: #767676. Windows color (decimal): -15690516 or 15504400. OLE color: 15504400.
HSL color Cylindrical-coordinate representation of color #1094EC: hue angle of 204º 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 #1094EC is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 148 | 236 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.07 |
| HSL | 204º | 0.87% | 0.49% | - |
| HSV(B) | 204º | 0.93% | 0.93% | - |
| XYZ | 25.94 | 27.35 | 83.27 | - |
| YUV | 118.56 | 194.27 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 148 | 236 | 0.93 | 0.37 | 0 | 0.07 | 204 | 0.87 | 0.49 |
| Hex | 10 | 94 | EC | 5D | 25 | 0 | 7 | CC | 57 | 31 |
| Octal | 20 | 224 | 354 | 135 | 45 | 0 | 7 | 314 | 127 | 61 |
| Binary | 10000 | 10010100 | 11101100 | 1011101 | 100101 | 0 | 111 | 11001100 | 1010111 | 110001 |
Color Harmonies of #1094EC
Complementary color
Monochromatic Colors of #1094EC
Black with #1094EC
Text Example
Text Example
White with #1094EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1094EC; }
p { color: rgb(16,148,236); }
H1.HeaderClassName
{
color: #1094EC;
}
.AnyTagClassName
{
color: #1094EC;
}
</style>
background-color css
<style>
a { background-color: #1094EC; }
a { background-color: rgb(16,148,236); }
div.DivClassName
{
background-color: #1094EC;
}
.BgClassName
{
background-color: #1094EC;
}
</style>
border-color css
<style>
span { border-color: #1094EC; }
span { border-color: rgb(16,148,236); }
td.TdClassName
{
border-color: #1094EC;
}
.TagClassName
{
border-color: #1094EC;
}
</style>