Shades of Dodger Blue #1882EE
Tints of Dodger Blue #1882EE
RGB
CMYK
RGB Variations
Color information
#1882EE (or 0x1882EE) is known color: Dodger Blue. HEX triplet: 18, 82 and EE. RGB value is (24,130,238). Sum of RGB (Red+Green+Blue) = 24+130+238=392 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.12% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 238 (93.36% from 255 or 60.71% from 392); Max value from RGB is 238 - color contains mainly: blue. Hex color #1882EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1882EE is #E77D11. Grayscale: #6E6E6E. Windows color (decimal): -15170834 or 15630872. OLE color: 15630872.
HSL color Cylindrical-coordinate representation of color #1882EE: hue angle of 210.28º degrees, saturation: 0.86, 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 #1882EE is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 130 | 238 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.07 |
| HSL | 210.28º | 0.86% | 0.51% | - |
| HSV(B) | 210.28º | 0.9% | 0.93% | - |
| XYZ | 23.79 | 22.33 | 83.95 | - |
| YUV | 110.62 | 199.88 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 130 | 238 | 0.90 | 0.45 | 0 | 0.07 | 210.28 | 0.86 | 0.51 |
| Hex | 18 | 82 | EE | 5A | 2D | 0 | 7 | D2 | 56 | 33 |
| Octal | 30 | 202 | 356 | 132 | 55 | 0 | 7 | 322 | 126 | 63 |
| Binary | 11000 | 10000010 | 11101110 | 1011010 | 101101 | 0 | 111 | 11010010 | 1010110 | 110011 |
Color Harmonies of #1882EE
Complementary color
Monochromatic Colors of #1882EE
Black with #1882EE
Text Example
Text Example
White with #1882EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1882EE; }
p { color: rgb(24,130,238); }
H1.HeaderClassName
{
color: #1882EE;
}
.AnyTagClassName
{
color: #1882EE;
}
</style>
background-color css
<style>
a { background-color: #1882EE; }
a { background-color: rgb(24,130,238); }
div.DivClassName
{
background-color: #1882EE;
}
.BgClassName
{
background-color: #1882EE;
}
</style>
border-color css
<style>
span { border-color: #1882EE; }
span { border-color: rgb(24,130,238); }
td.TdClassName
{
border-color: #1882EE;
}
.TagClassName
{
border-color: #1882EE;
}
</style>