Shades of Dodger Blue #1183EC
Tints of Dodger Blue #1183EC
RGB
CMYK
RGB Variations
Color information
#1183EC (or 0x1183EC) is known color: Dodger Blue. HEX triplet: 11, 83 and EC. RGB value is (17,131,236). Sum of RGB (Red+Green+Blue) = 17+131+236=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 236 (92.58% from 255 or 61.46% from 384); Max value from RGB is 236 - color contains mainly: blue. Hex color #1183EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1183EC is #EE7C13. Grayscale: #6C6C6C. Windows color (decimal): -15629332 or 15500049. OLE color: 15500049.
HSL color Cylindrical-coordinate representation of color #1183EC: hue angle of 208.77º 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 #1183EC is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 131 | 236 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.07 |
| HSL | 208.77º | 0.87% | 0.5% | - |
| HSV(B) | 208.77º | 0.93% | 0.93% | - |
| XYZ | 23.49 | 22.41 | 82.44 | - |
| YUV | 108.88 | 199.73 | 62.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 131 | 236 | 0.93 | 0.44 | 0 | 0.07 | 208.77 | 0.87 | 0.5 |
| Hex | 11 | 83 | EC | 5D | 2C | 0 | 7 | D1 | 57 | 32 |
| Octal | 21 | 203 | 354 | 135 | 54 | 0 | 7 | 321 | 127 | 62 |
| Binary | 10001 | 10000011 | 11101100 | 1011101 | 101100 | 0 | 111 | 11010001 | 1010111 | 110010 |
Color Harmonies of #1183EC
Complementary color
Monochromatic Colors of #1183EC
Black with #1183EC
Text Example
Text Example
White with #1183EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1183EC; }
p { color: rgb(17,131,236); }
H1.HeaderClassName
{
color: #1183EC;
}
.AnyTagClassName
{
color: #1183EC;
}
</style>
background-color css
<style>
a { background-color: #1183EC; }
a { background-color: rgb(17,131,236); }
div.DivClassName
{
background-color: #1183EC;
}
.BgClassName
{
background-color: #1183EC;
}
</style>
border-color css
<style>
span { border-color: #1183EC; }
span { border-color: rgb(17,131,236); }
td.TdClassName
{
border-color: #1183EC;
}
.TagClassName
{
border-color: #1183EC;
}
</style>