Shades of Dodger Blue #1884EE
Tints of Dodger Blue #1884EE
RGB
CMYK
RGB Variations
Color information
#1884EE (or 0x1884EE) is known color: Dodger Blue. HEX triplet: 18, 84 and EE. RGB value is (24,132,238). Sum of RGB (Red+Green+Blue) = 24+132+238=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 238 (93.36% from 255 or 60.41% from 394); Max value from RGB is 238 - color contains mainly: blue. Hex color #1884EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1884EE is #E77B11. Grayscale: #6F6F6F. Windows color (decimal): -15170322 or 15631384. OLE color: 15631384.
HSL color Cylindrical-coordinate representation of color #1884EE: hue angle of 209.72º 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 #1884EE is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 24 | 132 | 238 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.07 |
| HSL | 209.72º | 0.86% | 0.51% | - |
| HSV(B) | 209.72º | 0.9% | 0.93% | - |
| XYZ | 24.06 | 22.87 | 84.04 | - |
| YUV | 111.79 | 199.22 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 238 | 0.90 | 0.45 | 0 | 0.07 | 209.72 | 0.86 | 0.51 |
| Hex | 18 | 84 | EE | 5A | 2D | 0 | 7 | D2 | 56 | 33 |
| Octal | 30 | 204 | 356 | 132 | 55 | 0 | 7 | 322 | 126 | 63 |
| Binary | 11000 | 10000100 | 11101110 | 1011010 | 101101 | 0 | 111 | 11010010 | 1010110 | 110011 |
Color Harmonies of #1884EE
Complementary color
Monochromatic Colors of #1884EE
Black with #1884EE
Text Example
Text Example
White with #1884EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1884EE; }
p { color: rgb(24,132,238); }
H1.HeaderClassName
{
color: #1884EE;
}
.AnyTagClassName
{
color: #1884EE;
}
</style>
background-color css
<style>
a { background-color: #1884EE; }
a { background-color: rgb(24,132,238); }
div.DivClassName
{
background-color: #1884EE;
}
.BgClassName
{
background-color: #1884EE;
}
</style>
border-color css
<style>
span { border-color: #1884EE; }
span { border-color: rgb(24,132,238); }
td.TdClassName
{
border-color: #1884EE;
}
.TagClassName
{
border-color: #1884EE;
}
</style>