Shades of Dodger Blue #1E8DDB
Tints of Dodger Blue #1E8DDB
RGB
CMYK
RGB Variations
Color information
#1E8DDB (or 0x1E8DDB) is known color: Dodger Blue. HEX triplet: 1E, 8D and DB. RGB value is (30,141,219). Sum of RGB (Red+Green+Blue) = 30+141+219=390 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.69% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 219 (85.94% from 255 or 56.15% from 390); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E8DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8DDB is #E17224. Grayscale: #747474. Windows color (decimal): -14774821 or 14388510. OLE color: 14388510.
HSL color Cylindrical-coordinate representation of color #1E8DDB: hue angle of 204.76º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E8DDB is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 141 | 219 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.14 |
| HSL | 204.76º | 0.76% | 0.49% | - |
| HSV(B) | 204.76º | 0.86% | 0.86% | - |
| XYZ | 22.85 | 24.44 | 70.53 | - |
| YUV | 116.7 | 185.73 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 141 | 219 | 0.86 | 0.36 | 0 | 0.14 | 204.76 | 0.76 | 0.49 |
| Hex | 1E | 8D | DB | 56 | 24 | 0 | E | CD | 4C | 31 |
| Octal | 36 | 215 | 333 | 126 | 44 | 0 | 16 | 315 | 114 | 61 |
| Binary | 11110 | 10001101 | 11011011 | 1010110 | 100100 | 0 | 1110 | 11001101 | 1001100 | 110001 |
Color Harmonies of #1E8DDB
Complementary color
Monochromatic Colors of #1E8DDB
Black with #1E8DDB
Text Example
Text Example
White with #1E8DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8DDB; }
p { color: rgb(30,141,219); }
H1.HeaderClassName
{
color: #1E8DDB;
}
.AnyTagClassName
{
color: #1E8DDB;
}
</style>
background-color css
<style>
a { background-color: #1E8DDB; }
a { background-color: rgb(30,141,219); }
div.DivClassName
{
background-color: #1E8DDB;
}
.BgClassName
{
background-color: #1E8DDB;
}
</style>
border-color css
<style>
span { border-color: #1E8DDB; }
span { border-color: rgb(30,141,219); }
td.TdClassName
{
border-color: #1E8DDB;
}
.TagClassName
{
border-color: #1E8DDB;
}
</style>