Shades of Dodger Blue #1E7DFF
Tints of Dodger Blue #1E7DFF
RGB
CMYK
RGB Variations
Color information
#1E7DFF (or 0x1E7DFF) is known color: Dodger Blue. HEX triplet: 1E, 7D and FF. RGB value is (30,125,255). Sum of RGB (Red+Green+Blue) = 30+125+255=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 255 (100% from 255 or 62.20% from 410); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E7DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7DFF is #E18200. Grayscale: #6E6E6E. Windows color (decimal): -14778881 or 16743710. OLE color: 16743710.
HSL color Cylindrical-coordinate representation of color #1E7DFF: hue angle of 214.67º 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 #1E7DFF is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 125 | 255 | - |
| CMYK | 0.88 | 0.51 | 0 | 0 |
| HSL | 214.67º | 1% | 0.56% | - |
| HSV(B) | 214.67º | 0.88% | 1% | - |
| XYZ | 25.92 | 22.16 | 97.52 | - |
| YUV | 111.42 | 209.03 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 125 | 255 | 0.88 | 0.51 | 0 | 0 | 214.67 | 1 | 0.56 |
| Hex | 1E | 7D | FF | 58 | 33 | 0 | 0 | D7 | 64 | 38 |
| Octal | 36 | 175 | 377 | 130 | 63 | 0 | 0 | 327 | 144 | 70 |
| Binary | 11110 | 1111101 | 11111111 | 1011000 | 110011 | 0 | 0 | 11010111 | 1100100 | 111000 |
Color Harmonies of #1E7DFF
Complementary color
Monochromatic Colors of #1E7DFF
Black with #1E7DFF
Text Example
Text Example
White with #1E7DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7DFF; }
p { color: rgb(30,125,255); }
H1.HeaderClassName
{
color: #1E7DFF;
}
.AnyTagClassName
{
color: #1E7DFF;
}
</style>
background-color css
<style>
a { background-color: #1E7DFF; }
a { background-color: rgb(30,125,255); }
div.DivClassName
{
background-color: #1E7DFF;
}
.BgClassName
{
background-color: #1E7DFF;
}
</style>
border-color css
<style>
span { border-color: #1E7DFF; }
span { border-color: rgb(30,125,255); }
td.TdClassName
{
border-color: #1E7DFF;
}
.TagClassName
{
border-color: #1E7DFF;
}
</style>