Shades of Dodger Blue #1E7EDB
Tints of Dodger Blue #1E7EDB
RGB
CMYK
RGB Variations
Color information
#1E7EDB (or 0x1E7EDB) is known color: Dodger Blue. HEX triplet: 1E, 7E and DB. RGB value is (30,126,219). Sum of RGB (Red+Green+Blue) = 30+126+219=375 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8% from 375); Green value is 126 (49.61% from 255 or 33.6% 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 #1E7EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7EDB is #E18124. Grayscale: #6B6B6B. Windows color (decimal): -14778661 or 14384670. OLE color: 14384670.
HSL color Cylindrical-coordinate representation of color #1E7EDB: hue angle of 209.52º 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 #1E7EDB is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 126 | 219 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.14 |
| HSL | 209.52º | 0.76% | 0.49% | - |
| HSV(B) | 209.52º | 0.86% | 0.86% | - |
| XYZ | 20.78 | 20.31 | 69.84 | - |
| YUV | 107.9 | 190.7 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 219 | 0.86 | 0.42 | 0 | 0.14 | 209.52 | 0.76 | 0.49 |
| Hex | 1E | 7E | DB | 56 | 2A | 0 | E | D2 | 4C | 31 |
| Octal | 36 | 176 | 333 | 126 | 52 | 0 | 16 | 322 | 114 | 61 |
| Binary | 11110 | 1111110 | 11011011 | 1010110 | 101010 | 0 | 1110 | 11010010 | 1001100 | 110001 |
Color Harmonies of #1E7EDB
Complementary color
Monochromatic Colors of #1E7EDB
Black with #1E7EDB
Text Example
Text Example
White with #1E7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7EDB; }
p { color: rgb(30,126,219); }
H1.HeaderClassName
{
color: #1E7EDB;
}
.AnyTagClassName
{
color: #1E7EDB;
}
</style>
background-color css
<style>
a { background-color: #1E7EDB; }
a { background-color: rgb(30,126,219); }
div.DivClassName
{
background-color: #1E7EDB;
}
.BgClassName
{
background-color: #1E7EDB;
}
</style>
border-color css
<style>
span { border-color: #1E7EDB; }
span { border-color: rgb(30,126,219); }
td.TdClassName
{
border-color: #1E7EDB;
}
.TagClassName
{
border-color: #1E7EDB;
}
</style>