Shades of Dodger Blue #1182FF
Tints of Dodger Blue #1182FF
RGB
CMYK
RGB Variations
Color information
#1182FF (or 0x1182FF) is known color: Dodger Blue. HEX triplet: 11, 82 and FF. RGB value is (17,130,255). Sum of RGB (Red+Green+Blue) = 17+130+255=402 (53% of max value = 765). Red value is 17 (7.03% from 255 or 4.23% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 255 (100% from 255 or 63.43% from 402); Max value from RGB is 255 - color contains mainly: blue. Hex color #1182FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1182FF is #EE7D00. Grayscale: #6D6D6D. Windows color (decimal): -15629569 or 16744977. OLE color: 16744977.
HSL color Cylindrical-coordinate representation of color #1182FF: hue angle of 211.51º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1182FF is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 130 | 255 | - |
| CMYK | 0.93 | 0.49 | 0 | 0 |
| HSL | 211.51º | 1% | 0.53% | - |
| HSV(B) | 211.51º | 0.93% | 1% | - |
| XYZ | 26.26 | 23.3 | 97.72 | - |
| YUV | 110.46 | 209.56 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 255 | 0.93 | 0.49 | 0 | 0 | 211.51 | 1 | 0.53 |
| Hex | 11 | 82 | FF | 5D | 31 | 0 | 0 | D4 | 64 | 35 |
| Octal | 21 | 202 | 377 | 135 | 61 | 0 | 0 | 324 | 144 | 65 |
| Binary | 10001 | 10000010 | 11111111 | 1011101 | 110001 | 0 | 0 | 11010100 | 1100100 | 110101 |
Color Harmonies of #1182FF
Complementary color
Monochromatic Colors of #1182FF
Black with #1182FF
Text Example
Text Example
White with #1182FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1182FF; }
p { color: rgb(17,130,255); }
H1.HeaderClassName
{
color: #1182FF;
}
.AnyTagClassName
{
color: #1182FF;
}
</style>
background-color css
<style>
a { background-color: #1182FF; }
a { background-color: rgb(17,130,255); }
div.DivClassName
{
background-color: #1182FF;
}
.BgClassName
{
background-color: #1182FF;
}
</style>
border-color css
<style>
span { border-color: #1182FF; }
span { border-color: rgb(17,130,255); }
td.TdClassName
{
border-color: #1182FF;
}
.TagClassName
{
border-color: #1182FF;
}
</style>