Shades of Dodger Blue #1E7EDE
Tints of Dodger Blue #1E7EDE
RGB
CMYK
RGB Variations
Color information
#1E7EDE (or 0x1E7EDE) is known color: Dodger Blue. HEX triplet: 1E, 7E and DE. RGB value is (30,126,222). Sum of RGB (Red+Green+Blue) = 30+126+222=378 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.94% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 222 (87.11% from 255 or 58.73% from 378); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E7EDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7EDE is #E18121. Grayscale: #6B6B6B. Windows color (decimal): -14778658 or 14581278. OLE color: 14581278.
HSL color Cylindrical-coordinate representation of color #1E7EDE: hue angle of 210º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E7EDE is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 126 | 222 | - |
| CMYK | 0.86 | 0.43 | 0 | 0.13 |
| HSL | 210º | 0.76% | 0.49% | - |
| HSV(B) | 210º | 0.86% | 0.87% | - |
| XYZ | 21.18 | 20.47 | 71.94 | - |
| YUV | 108.24 | 192.2 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 222 | 0.86 | 0.43 | 0 | 0.13 | 210 | 0.76 | 0.49 |
| Hex | 1E | 7E | DE | 56 | 2B | 0 | D | D2 | 4C | 31 |
| Octal | 36 | 176 | 336 | 126 | 53 | 0 | 15 | 322 | 114 | 61 |
| Binary | 11110 | 1111110 | 11011110 | 1010110 | 101011 | 0 | 1101 | 11010010 | 1001100 | 110001 |
Color Harmonies of #1E7EDE
Complementary color
Monochromatic Colors of #1E7EDE
Black with #1E7EDE
Text Example
Text Example
White with #1E7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7EDE; }
p { color: rgb(30,126,222); }
H1.HeaderClassName
{
color: #1E7EDE;
}
.AnyTagClassName
{
color: #1E7EDE;
}
</style>
background-color css
<style>
a { background-color: #1E7EDE; }
a { background-color: rgb(30,126,222); }
div.DivClassName
{
background-color: #1E7EDE;
}
.BgClassName
{
background-color: #1E7EDE;
}
</style>
border-color css
<style>
span { border-color: #1E7EDE; }
span { border-color: rgb(30,126,222); }
td.TdClassName
{
border-color: #1E7EDE;
}
.TagClassName
{
border-color: #1E7EDE;
}
</style>