Shades of Dodger Blue #1195EC
Tints of Dodger Blue #1195EC
RGB
CMYK
RGB Variations
Color information
#1195EC (or 0x1195EC) is known color: Dodger Blue. HEX triplet: 11, 95 and EC. RGB value is (17,149,236). Sum of RGB (Red+Green+Blue) = 17+149+236=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 236 (92.58% from 255 or 58.71% from 402); Max value from RGB is 236 - color contains mainly: blue. Hex color #1195EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1195EC is #EE6A13. Grayscale: #767676. Windows color (decimal): -15624724 or 15504657. OLE color: 15504657.
HSL color Cylindrical-coordinate representation of color #1195EC: hue angle of 203.84º 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 #1195EC is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 149 | 236 | - |
| CMYK | 0.93 | 0.37 | 0 | 0.07 |
| HSL | 203.84º | 0.87% | 0.5% | - |
| HSV(B) | 203.84º | 0.93% | 0.93% | - |
| XYZ | 26.12 | 27.67 | 83.32 | - |
| YUV | 119.45 | 193.77 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 149 | 236 | 0.93 | 0.37 | 0 | 0.07 | 203.84 | 0.87 | 0.5 |
| Hex | 11 | 95 | EC | 5D | 25 | 0 | 7 | CC | 57 | 32 |
| Octal | 21 | 225 | 354 | 135 | 45 | 0 | 7 | 314 | 127 | 62 |
| Binary | 10001 | 10010101 | 11101100 | 1011101 | 100101 | 0 | 111 | 11001100 | 1010111 | 110010 |
Color Harmonies of #1195EC
Complementary color
Monochromatic Colors of #1195EC
Black with #1195EC
Text Example
Text Example
White with #1195EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1195EC; }
p { color: rgb(17,149,236); }
H1.HeaderClassName
{
color: #1195EC;
}
.AnyTagClassName
{
color: #1195EC;
}
</style>
background-color css
<style>
a { background-color: #1195EC; }
a { background-color: rgb(17,149,236); }
div.DivClassName
{
background-color: #1195EC;
}
.BgClassName
{
background-color: #1195EC;
}
</style>
border-color css
<style>
span { border-color: #1195EC; }
span { border-color: rgb(17,149,236); }
td.TdClassName
{
border-color: #1195EC;
}
.TagClassName
{
border-color: #1195EC;
}
</style>