Shades of Dodger Blue #1E8EDB
Tints of Dodger Blue #1E8EDB
RGB
CMYK
RGB Variations
Color information
#1E8EDB (or 0x1E8EDB) is known color: Dodger Blue. HEX triplet: 1E, 8E and DB. RGB value is (30,142,219). Sum of RGB (Red+Green+Blue) = 30+142+219=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 219 (85.94% from 255 or 56.01% from 391); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E8EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8EDB is #E17124. Grayscale: #747474. Windows color (decimal): -14774565 or 14388766. OLE color: 14388766.
HSL color Cylindrical-coordinate representation of color #1E8EDB: hue angle of 204.44º 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 #1E8EDB is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 142 | 219 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.14 |
| HSL | 204.44º | 0.76% | 0.49% | - |
| HSV(B) | 204.44º | 0.86% | 0.86% | - |
| XYZ | 22.99 | 24.74 | 70.58 | - |
| YUV | 117.29 | 185.39 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 142 | 219 | 0.86 | 0.35 | 0 | 0.14 | 204.44 | 0.76 | 0.49 |
| Hex | 1E | 8E | DB | 56 | 23 | 0 | E | CC | 4C | 31 |
| Octal | 36 | 216 | 333 | 126 | 43 | 0 | 16 | 314 | 114 | 61 |
| Binary | 11110 | 10001110 | 11011011 | 1010110 | 100011 | 0 | 1110 | 11001100 | 1001100 | 110001 |
Color Harmonies of #1E8EDB
Complementary color
Monochromatic Colors of #1E8EDB
Black with #1E8EDB
Text Example
Text Example
White with #1E8EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8EDB; }
p { color: rgb(30,142,219); }
H1.HeaderClassName
{
color: #1E8EDB;
}
.AnyTagClassName
{
color: #1E8EDB;
}
</style>
background-color css
<style>
a { background-color: #1E8EDB; }
a { background-color: rgb(30,142,219); }
div.DivClassName
{
background-color: #1E8EDB;
}
.BgClassName
{
background-color: #1E8EDB;
}
</style>
border-color css
<style>
span { border-color: #1E8EDB; }
span { border-color: rgb(30,142,219); }
td.TdClassName
{
border-color: #1E8EDB;
}
.TagClassName
{
border-color: #1E8EDB;
}
</style>