Shades of Dodger Blue #1182ED
Tints of Dodger Blue #1182ED
RGB
CMYK
RGB Variations
Color information
#1182ED (or 0x1182ED) is known color: Dodger Blue. HEX triplet: 11, 82 and ED. RGB value is (17,130,237). Sum of RGB (Red+Green+Blue) = 17+130+237=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #1182ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1182ED is #EE7D12. Grayscale: #6B6B6B. Windows color (decimal): -15629587 or 15565329. OLE color: 15565329.
HSL color Cylindrical-coordinate representation of color #1182ED: hue angle of 209.18º 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 #1182ED is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 130 | 237 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.07 |
| HSL | 209.18º | 0.87% | 0.5% | - |
| HSV(B) | 209.18º | 0.93% | 0.93% | - |
| XYZ | 23.5 | 22.2 | 83.17 | - |
| YUV | 108.41 | 200.56 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 237 | 0.93 | 0.45 | 0 | 0.07 | 209.18 | 0.87 | 0.5 |
| Hex | 11 | 82 | ED | 5D | 2D | 0 | 7 | D1 | 57 | 32 |
| Octal | 21 | 202 | 355 | 135 | 55 | 0 | 7 | 321 | 127 | 62 |
| Binary | 10001 | 10000010 | 11101101 | 1011101 | 101101 | 0 | 111 | 11010001 | 1010111 | 110010 |
Color Harmonies of #1182ED
Complementary color
Monochromatic Colors of #1182ED
Black with #1182ED
Text Example
Text Example
White with #1182ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1182ED; }
p { color: rgb(17,130,237); }
H1.HeaderClassName
{
color: #1182ED;
}
.AnyTagClassName
{
color: #1182ED;
}
</style>
background-color css
<style>
a { background-color: #1182ED; }
a { background-color: rgb(17,130,237); }
div.DivClassName
{
background-color: #1182ED;
}
.BgClassName
{
background-color: #1182ED;
}
</style>
border-color css
<style>
span { border-color: #1182ED; }
span { border-color: rgb(17,130,237); }
td.TdClassName
{
border-color: #1182ED;
}
.TagClassName
{
border-color: #1182ED;
}
</style>