Shades of Dodger Blue #1184EC
Tints of Dodger Blue #1184EC
RGB
CMYK
RGB Variations
Color information
#1184EC (or 0x1184EC) is known color: Dodger Blue. HEX triplet: 11, 84 and EC. RGB value is (17,132,236). Sum of RGB (Red+Green+Blue) = 17+132+236=385 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.42% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 236 (92.58% from 255 or 61.30% from 385); Max value from RGB is 236 - color contains mainly: blue. Hex color #1184EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1184EC is #EE7B13. Grayscale: #6C6C6C. Windows color (decimal): -15629076 or 15500305. OLE color: 15500305.
HSL color Cylindrical-coordinate representation of color #1184EC: hue angle of 208.49º 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 #1184EC is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 132 | 236 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.07 |
| HSL | 208.49º | 0.87% | 0.5% | - |
| HSV(B) | 208.49º | 0.93% | 0.93% | - |
| XYZ | 23.62 | 22.68 | 82.49 | - |
| YUV | 109.47 | 199.4 | 62.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 236 | 0.93 | 0.44 | 0 | 0.07 | 208.49 | 0.87 | 0.5 |
| Hex | 11 | 84 | EC | 5D | 2C | 0 | 7 | D0 | 57 | 32 |
| Octal | 21 | 204 | 354 | 135 | 54 | 0 | 7 | 320 | 127 | 62 |
| Binary | 10001 | 10000100 | 11101100 | 1011101 | 101100 | 0 | 111 | 11010000 | 1010111 | 110010 |
Color Harmonies of #1184EC
Complementary color
Monochromatic Colors of #1184EC
Black with #1184EC
Text Example
Text Example
White with #1184EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1184EC; }
p { color: rgb(17,132,236); }
H1.HeaderClassName
{
color: #1184EC;
}
.AnyTagClassName
{
color: #1184EC;
}
</style>
background-color css
<style>
a { background-color: #1184EC; }
a { background-color: rgb(17,132,236); }
div.DivClassName
{
background-color: #1184EC;
}
.BgClassName
{
background-color: #1184EC;
}
</style>
border-color css
<style>
span { border-color: #1184EC; }
span { border-color: rgb(17,132,236); }
td.TdClassName
{
border-color: #1184EC;
}
.TagClassName
{
border-color: #1184EC;
}
</style>