Shades of Dodger Blue #1E7EED
Tints of Dodger Blue #1E7EED
RGB
CMYK
RGB Variations
Color information
#1E7EED (or 0x1E7EED) is known color: Dodger Blue. HEX triplet: 1E, 7E and ED. RGB value is (30,126,237). Sum of RGB (Red+Green+Blue) = 30+126+237=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #1E7EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7EED is #E18112. Grayscale: #6D6D6D. Windows color (decimal): -14778643 or 15564318. OLE color: 15564318.
HSL color Cylindrical-coordinate representation of color #1E7EED: hue angle of 212.17º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E7EED is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 126 | 237 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.07 |
| HSL | 212.17º | 0.85% | 0.52% | - |
| HSV(B) | 212.17º | 0.87% | 0.93% | - |
| XYZ | 23.28 | 21.31 | 83.01 | - |
| YUV | 109.95 | 199.7 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 237 | 0.87 | 0.47 | 0 | 0.07 | 212.17 | 0.85 | 0.52 |
| Hex | 1E | 7E | ED | 57 | 2F | 0 | 7 | D4 | 55 | 34 |
| Octal | 36 | 176 | 355 | 127 | 57 | 0 | 7 | 324 | 125 | 64 |
| Binary | 11110 | 1111110 | 11101101 | 1010111 | 101111 | 0 | 111 | 11010100 | 1010101 | 110100 |
Color Harmonies of #1E7EED
Complementary color
Monochromatic Colors of #1E7EED
Black with #1E7EED
Text Example
Text Example
White with #1E7EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7EED; }
p { color: rgb(30,126,237); }
H1.HeaderClassName
{
color: #1E7EED;
}
.AnyTagClassName
{
color: #1E7EED;
}
</style>
background-color css
<style>
a { background-color: #1E7EED; }
a { background-color: rgb(30,126,237); }
div.DivClassName
{
background-color: #1E7EED;
}
.BgClassName
{
background-color: #1E7EED;
}
</style>
border-color css
<style>
span { border-color: #1E7EED; }
span { border-color: rgb(30,126,237); }
td.TdClassName
{
border-color: #1E7EED;
}
.TagClassName
{
border-color: #1E7EED;
}
</style>