Shades of Dodger Blue #1884DB
Tints of Dodger Blue #1884DB
RGB
CMYK
RGB Variations
Color information
#1884DB (or 0x1884DB) is known color: Dodger Blue. HEX triplet: 18, 84 and DB. RGB value is (24,132,219). Sum of RGB (Red+Green+Blue) = 24+132+219=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 132 (51.95% from 255 or 35.2% from 375); Blue value is 219 (85.94% from 255 or 58.4% from 375); Max value from RGB is 219 - color contains mainly: blue. Hex color #1884DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1884DB is #E77B24. Grayscale: #6D6D6D. Windows color (decimal): -15170341 or 14386200. OLE color: 14386200.
HSL color Cylindrical-coordinate representation of color #1884DB: hue angle of 206.77º 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 #1884DB is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 132 | 219 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.14 |
| HSL | 206.77º | 0.8% | 0.48% | - |
| HSV(B) | 206.77º | 0.89% | 0.86% | - |
| XYZ | 21.41 | 21.81 | 70.1 | - |
| YUV | 109.63 | 189.72 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 132 | 219 | 0.89 | 0.40 | 0 | 0.14 | 206.77 | 0.8 | 0.48 |
| Hex | 18 | 84 | DB | 59 | 28 | 0 | E | CF | 50 | 30 |
| Octal | 30 | 204 | 333 | 131 | 50 | 0 | 16 | 317 | 120 | 60 |
| Binary | 11000 | 10000100 | 11011011 | 1011001 | 101000 | 0 | 1110 | 11001111 | 1010000 | 110000 |
Color Harmonies of #1884DB
Complementary color
Monochromatic Colors of #1884DB
Black with #1884DB
Text Example
Text Example
White with #1884DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1884DB; }
p { color: rgb(24,132,219); }
H1.HeaderClassName
{
color: #1884DB;
}
.AnyTagClassName
{
color: #1884DB;
}
</style>
background-color css
<style>
a { background-color: #1884DB; }
a { background-color: rgb(24,132,219); }
div.DivClassName
{
background-color: #1884DB;
}
.BgClassName
{
background-color: #1884DB;
}
</style>
border-color css
<style>
span { border-color: #1884DB; }
span { border-color: rgb(24,132,219); }
td.TdClassName
{
border-color: #1884DB;
}
.TagClassName
{
border-color: #1884DB;
}
</style>