Shades of Dodger Blue #1E7EFF
Tints of Dodger Blue #1E7EFF
RGB
CMYK
RGB Variations
Color information
#1E7EFF (or 0x1E7EFF) is known color: Dodger Blue. HEX triplet: 1E, 7E and FF. RGB value is (30,126,255). Sum of RGB (Red+Green+Blue) = 30+126+255=411 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.30% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 255 (100% from 255 or 62.04% from 411); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E7EFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7EFF is #E18100. Grayscale: #6F6F6F. Windows color (decimal): -14778625 or 16743966. OLE color: 16743966.
HSL color Cylindrical-coordinate representation of color #1E7EFF: hue angle of 214.4º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E7EFF is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 126 | 255 | - |
| CMYK | 0.88 | 0.51 | 0 | 0 |
| HSL | 214.4º | 1% | 0.56% | - |
| HSV(B) | 214.4º | 0.88% | 1% | - |
| XYZ | 26.05 | 22.42 | 97.56 | - |
| YUV | 112 | 208.7 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 255 | 0.88 | 0.51 | 0 | 0 | 214.4 | 1 | 0.56 |
| Hex | 1E | 7E | FF | 58 | 33 | 0 | 0 | D6 | 64 | 38 |
| Octal | 36 | 176 | 377 | 130 | 63 | 0 | 0 | 326 | 144 | 70 |
| Binary | 11110 | 1111110 | 11111111 | 1011000 | 110011 | 0 | 0 | 11010110 | 1100100 | 111000 |
Color Harmonies of #1E7EFF
Complementary color
Monochromatic Colors of #1E7EFF
Black with #1E7EFF
Text Example
Text Example
White with #1E7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7EFF; }
p { color: rgb(30,126,255); }
H1.HeaderClassName
{
color: #1E7EFF;
}
.AnyTagClassName
{
color: #1E7EFF;
}
</style>
background-color css
<style>
a { background-color: #1E7EFF; }
a { background-color: rgb(30,126,255); }
div.DivClassName
{
background-color: #1E7EFF;
}
.BgClassName
{
background-color: #1E7EFF;
}
</style>
border-color css
<style>
span { border-color: #1E7EFF; }
span { border-color: rgb(30,126,255); }
td.TdClassName
{
border-color: #1E7EFF;
}
.TagClassName
{
border-color: #1E7EFF;
}
</style>