Shades of Dodger Blue #1884DC
Tints of Dodger Blue #1884DC
RGB
CMYK
RGB Variations
Color information
#1884DC (or 0x1884DC) is known color: Dodger Blue. HEX triplet: 18, 84 and DC. RGB value is (24,132,220). Sum of RGB (Red+Green+Blue) = 24+132+220=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #1884DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1884DC is #E77B23. Grayscale: #6D6D6D. Windows color (decimal): -15170340 or 14451736. OLE color: 14451736.
HSL color Cylindrical-coordinate representation of color #1884DC: hue angle of 206.94º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1884DC is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 132 | 220 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.14 |
| HSL | 206.94º | 0.8% | 0.48% | - |
| HSV(B) | 206.94º | 0.89% | 0.86% | - |
| XYZ | 21.55 | 21.86 | 70.79 | - |
| YUV | 109.74 | 190.22 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 220 | 0.89 | 0.40 | 0 | 0.14 | 206.94 | 0.8 | 0.48 |
| Hex | 18 | 84 | DC | 59 | 28 | 0 | E | CF | 50 | 30 |
| Octal | 30 | 204 | 334 | 131 | 50 | 0 | 16 | 317 | 120 | 60 |
| Binary | 11000 | 10000100 | 11011100 | 1011001 | 101000 | 0 | 1110 | 11001111 | 1010000 | 110000 |
Color Harmonies of #1884DC
Complementary color
Monochromatic Colors of #1884DC
Black with #1884DC
Text Example
Text Example
White with #1884DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1884DC; }
p { color: rgb(24,132,220); }
H1.HeaderClassName
{
color: #1884DC;
}
.AnyTagClassName
{
color: #1884DC;
}
</style>
background-color css
<style>
a { background-color: #1884DC; }
a { background-color: rgb(24,132,220); }
div.DivClassName
{
background-color: #1884DC;
}
.BgClassName
{
background-color: #1884DC;
}
</style>
border-color css
<style>
span { border-color: #1884DC; }
span { border-color: rgb(24,132,220); }
td.TdClassName
{
border-color: #1884DC;
}
.TagClassName
{
border-color: #1884DC;
}
</style>