Shades of Dodger Blue #1180E7
Tints of Dodger Blue #1180E7
RGB
CMYK
RGB Variations
Color information
#1180E7 (or 0x1180E7) is known color: Dodger Blue. HEX triplet: 11, 80 and E7. RGB value is (17,128,231). Sum of RGB (Red+Green+Blue) = 17+128+231=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 231 (90.62% from 255 or 61.44% from 376); Max value from RGB is 231 - color contains mainly: blue. Hex color #1180E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1180E7 is #EE7F18. Grayscale: #6A6A6A. Windows color (decimal): -15630105 or 15171601. OLE color: 15171601.
HSL color Cylindrical-coordinate representation of color #1180E7: hue angle of 208.88º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1180E7 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 128 | 231 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.09 |
| HSL | 208.88º | 0.86% | 0.49% | - |
| HSV(B) | 208.88º | 0.93% | 0.91% | - |
| XYZ | 22.37 | 21.33 | 78.54 | - |
| YUV | 106.55 | 198.23 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 128 | 231 | 0.93 | 0.45 | 0 | 0.09 | 208.88 | 0.86 | 0.49 |
| Hex | 11 | 80 | E7 | 5D | 2D | 0 | 9 | D1 | 56 | 31 |
| Octal | 21 | 200 | 347 | 135 | 55 | 0 | 11 | 321 | 126 | 61 |
| Binary | 10001 | 10000000 | 11100111 | 1011101 | 101101 | 0 | 1001 | 11010001 | 1010110 | 110001 |
Color Harmonies of #1180E7
Complementary color
Monochromatic Colors of #1180E7
Black with #1180E7
Text Example
Text Example
White with #1180E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1180E7; }
p { color: rgb(17,128,231); }
H1.HeaderClassName
{
color: #1180E7;
}
.AnyTagClassName
{
color: #1180E7;
}
</style>
background-color css
<style>
a { background-color: #1180E7; }
a { background-color: rgb(17,128,231); }
div.DivClassName
{
background-color: #1180E7;
}
.BgClassName
{
background-color: #1180E7;
}
</style>
border-color css
<style>
span { border-color: #1180E7; }
span { border-color: rgb(17,128,231); }
td.TdClassName
{
border-color: #1180E7;
}
.TagClassName
{
border-color: #1180E7;
}
</style>