Shades of Dodger Blue #1E7EFE
Tints of Dodger Blue #1E7EFE
RGB
CMYK
RGB Variations
Color information
#1E7EFE (or 0x1E7EFE) is known color: Dodger Blue. HEX triplet: 1E, 7E and FE. RGB value is (30,126,254). Sum of RGB (Red+Green+Blue) = 30+126+254=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 254 (99.61% from 255 or 61.95% from 410); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E7EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7EFE is #E18101. Grayscale: #6F6F6F. Windows color (decimal): -14778626 or 16678430. OLE color: 16678430.
HSL color Cylindrical-coordinate representation of color #1E7EFE: hue angle of 214.29º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E7EFE is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 126 | 254 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.00 |
| HSL | 214.29º | 0.99% | 0.56% | - |
| HSV(B) | 214.29º | 0.88% | 1% | - |
| XYZ | 25.89 | 22.35 | 96.72 | - |
| YUV | 111.89 | 208.2 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 126 | 254 | 0.88 | 0.50 | 0 | 0.00 | 214.29 | 0.99 | 0.56 |
| Hex | 1E | 7E | FE | 58 | 32 | 0 | 0 | D6 | 63 | 38 |
| Octal | 36 | 176 | 376 | 130 | 62 | 0 | 0 | 326 | 143 | 70 |
| Binary | 11110 | 1111110 | 11111110 | 1011000 | 110010 | 0 | 0 | 11010110 | 1100011 | 111000 |
Color Harmonies of #1E7EFE
Complementary color
Monochromatic Colors of #1E7EFE
Black with #1E7EFE
Text Example
Text Example
White with #1E7EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7EFE; }
p { color: rgb(30,126,254); }
H1.HeaderClassName
{
color: #1E7EFE;
}
.AnyTagClassName
{
color: #1E7EFE;
}
</style>
background-color css
<style>
a { background-color: #1E7EFE; }
a { background-color: rgb(30,126,254); }
div.DivClassName
{
background-color: #1E7EFE;
}
.BgClassName
{
background-color: #1E7EFE;
}
</style>
border-color css
<style>
span { border-color: #1E7EFE; }
span { border-color: rgb(30,126,254); }
td.TdClassName
{
border-color: #1E7EFE;
}
.TagClassName
{
border-color: #1E7EFE;
}
</style>