Shades of Dodger Blue #1E8ED9
Tints of Dodger Blue #1E8ED9
RGB
CMYK
RGB Variations
Color information
#1E8ED9 (or 0x1E8ED9) is known color: Dodger Blue. HEX triplet: 1E, 8E and D9. RGB value is (30,142,217). Sum of RGB (Red+Green+Blue) = 30+142+217=389 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.71% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #1E8ED9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E8ED9 is #E17126. Grayscale: #747474. Windows color (decimal): -14774567 or 14257694. OLE color: 14257694.
HSL color Cylindrical-coordinate representation of color #1E8ED9: hue angle of 204.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E8ED9 is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 142 | 217 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.15 |
| HSL | 204.06º | 0.76% | 0.48% | - |
| HSV(B) | 204.06º | 0.86% | 0.85% | - |
| XYZ | 22.73 | 24.63 | 69.2 | - |
| YUV | 117.06 | 184.39 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 142 | 217 | 0.86 | 0.35 | 0 | 0.15 | 204.06 | 0.76 | 0.48 |
| Hex | 1E | 8E | D9 | 56 | 23 | 0 | F | CC | 4C | 30 |
| Octal | 36 | 216 | 331 | 126 | 43 | 0 | 17 | 314 | 114 | 60 |
| Binary | 11110 | 10001110 | 11011001 | 1010110 | 100011 | 0 | 1111 | 11001100 | 1001100 | 110000 |
Color Harmonies of #1E8ED9
Complementary color
Monochromatic Colors of #1E8ED9
Black with #1E8ED9
Text Example
Text Example
White with #1E8ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8ED9; }
p { color: rgb(30,142,217); }
H1.HeaderClassName
{
color: #1E8ED9;
}
.AnyTagClassName
{
color: #1E8ED9;
}
</style>
background-color css
<style>
a { background-color: #1E8ED9; }
a { background-color: rgb(30,142,217); }
div.DivClassName
{
background-color: #1E8ED9;
}
.BgClassName
{
background-color: #1E8ED9;
}
</style>
border-color css
<style>
span { border-color: #1E8ED9; }
span { border-color: rgb(30,142,217); }
td.TdClassName
{
border-color: #1E8ED9;
}
.TagClassName
{
border-color: #1E8ED9;
}
</style>