Shades of Dodger Blue #1882EC
Tints of Dodger Blue #1882EC
RGB
CMYK
RGB Variations
Color information
#1882EC (or 0x1882EC) is known color: Dodger Blue. HEX triplet: 18, 82 and EC. RGB value is (24,130,236). Sum of RGB (Red+Green+Blue) = 24+130+236=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 236 (92.58% from 255 or 60.51% from 390); Max value from RGB is 236 - color contains mainly: blue. Hex color #1882EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1882EC is #E77D13. Grayscale: #6D6D6D. Windows color (decimal): -15170836 or 15499800. OLE color: 15499800.
HSL color Cylindrical-coordinate representation of color #1882EC: hue angle of 210º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1882EC is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 130 | 236 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.07 |
| HSL | 210º | 0.85% | 0.51% | - |
| HSV(B) | 210º | 0.9% | 0.93% | - |
| XYZ | 23.5 | 22.22 | 82.41 | - |
| YUV | 110.39 | 198.88 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 236 | 0.90 | 0.45 | 0 | 0.07 | 210 | 0.85 | 0.51 |
| Hex | 18 | 82 | EC | 5A | 2D | 0 | 7 | D2 | 55 | 33 |
| Octal | 30 | 202 | 354 | 132 | 55 | 0 | 7 | 322 | 125 | 63 |
| Binary | 11000 | 10000010 | 11101100 | 1011010 | 101101 | 0 | 111 | 11010010 | 1010101 | 110011 |
Color Harmonies of #1882EC
Complementary color
Monochromatic Colors of #1882EC
Black with #1882EC
Text Example
Text Example
White with #1882EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1882EC; }
p { color: rgb(24,130,236); }
H1.HeaderClassName
{
color: #1882EC;
}
.AnyTagClassName
{
color: #1882EC;
}
</style>
background-color css
<style>
a { background-color: #1882EC; }
a { background-color: rgb(24,130,236); }
div.DivClassName
{
background-color: #1882EC;
}
.BgClassName
{
background-color: #1882EC;
}
</style>
border-color css
<style>
span { border-color: #1882EC; }
span { border-color: rgb(24,130,236); }
td.TdClassName
{
border-color: #1882EC;
}
.TagClassName
{
border-color: #1882EC;
}
</style>