Shades of Dodger Blue #1888DB
Tints of Dodger Blue #1888DB
RGB
CMYK
RGB Variations
Color information
#1888DB (or 0x1888DB) is known color: Dodger Blue. HEX triplet: 18, 88 and DB. RGB value is (24,136,219). Sum of RGB (Red+Green+Blue) = 24+136+219=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #1888DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1888DB is #E77724. Grayscale: #6F6F6F. Windows color (decimal): -15169317 or 14387224. OLE color: 14387224.
HSL color Cylindrical-coordinate representation of color #1888DB: hue angle of 205.54º 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 #1888DB is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 24 | 136 | 219 | - |
| CMYK | 0.89 | 0.38 | 0 | 0.14 |
| HSL | 205.54º | 0.8% | 0.48% | - |
| HSV(B) | 205.54º | 0.89% | 0.86% | - |
| XYZ | 21.97 | 22.92 | 70.28 | - |
| YUV | 111.97 | 188.39 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 219 | 0.89 | 0.38 | 0 | 0.14 | 205.54 | 0.8 | 0.48 |
| Hex | 18 | 88 | DB | 59 | 26 | 0 | E | CE | 50 | 30 |
| Octal | 30 | 210 | 333 | 131 | 46 | 0 | 16 | 316 | 120 | 60 |
| Binary | 11000 | 10001000 | 11011011 | 1011001 | 100110 | 0 | 1110 | 11001110 | 1010000 | 110000 |
Color Harmonies of #1888DB
Complementary color
Monochromatic Colors of #1888DB
Black with #1888DB
Text Example
Text Example
White with #1888DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1888DB; }
p { color: rgb(24,136,219); }
H1.HeaderClassName
{
color: #1888DB;
}
.AnyTagClassName
{
color: #1888DB;
}
</style>
background-color css
<style>
a { background-color: #1888DB; }
a { background-color: rgb(24,136,219); }
div.DivClassName
{
background-color: #1888DB;
}
.BgClassName
{
background-color: #1888DB;
}
</style>
border-color css
<style>
span { border-color: #1888DB; }
span { border-color: rgb(24,136,219); }
td.TdClassName
{
border-color: #1888DB;
}
.TagClassName
{
border-color: #1888DB;
}
</style>