Shades of Dodger Blue #1E7FFE
Tints of Dodger Blue #1E7FFE
RGB
CMYK
RGB Variations
Color information
#1E7FFE (or 0x1E7FFE) is known color: Dodger Blue. HEX triplet: 1E, 7F and FE. RGB value is (30,127,254). Sum of RGB (Red+Green+Blue) = 30+127+254=411 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.30% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E7FFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7FFE is #E18001. Grayscale: #6F6F6F. Windows color (decimal): -14778370 or 16678686. OLE color: 16678686.
HSL color Cylindrical-coordinate representation of color #1E7FFE: hue angle of 214.02º 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 #1E7FFE is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 127 | 254 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.00 |
| HSL | 214.02º | 0.99% | 0.56% | - |
| HSV(B) | 214.02º | 0.88% | 1% | - |
| XYZ | 26.01 | 22.61 | 96.76 | - |
| YUV | 112.48 | 207.86 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 127 | 254 | 0.88 | 0.50 | 0 | 0.00 | 214.02 | 0.99 | 0.56 |
| Hex | 1E | 7F | FE | 58 | 32 | 0 | 0 | D6 | 63 | 38 |
| Octal | 36 | 177 | 376 | 130 | 62 | 0 | 0 | 326 | 143 | 70 |
| Binary | 11110 | 1111111 | 11111110 | 1011000 | 110010 | 0 | 0 | 11010110 | 1100011 | 111000 |
Color Harmonies of #1E7FFE
Complementary color
Monochromatic Colors of #1E7FFE
Black with #1E7FFE
Text Example
Text Example
White with #1E7FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7FFE; }
p { color: rgb(30,127,254); }
H1.HeaderClassName
{
color: #1E7FFE;
}
.AnyTagClassName
{
color: #1E7FFE;
}
</style>
background-color css
<style>
a { background-color: #1E7FFE; }
a { background-color: rgb(30,127,254); }
div.DivClassName
{
background-color: #1E7FFE;
}
.BgClassName
{
background-color: #1E7FFE;
}
</style>
border-color css
<style>
span { border-color: #1E7FFE; }
span { border-color: rgb(30,127,254); }
td.TdClassName
{
border-color: #1E7FFE;
}
.TagClassName
{
border-color: #1E7FFE;
}
</style>