Shades of Dodger Blue #1E7AEF
Tints of Dodger Blue #1E7AEF
RGB
CMYK
RGB Variations
Color information
#1E7AEF (or 0x1E7AEF) is known color: Dodger Blue. HEX triplet: 1E, 7A and EF. RGB value is (30,122,239). Sum of RGB (Red+Green+Blue) = 30+122+239=391 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.67% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 239 (93.75% from 255 or 61.13% from 391); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E7AEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7AEF is #E18510. Grayscale: #6B6B6B. Windows color (decimal): -14779665 or 15694366. OLE color: 15694366.
HSL color Cylindrical-coordinate representation of color #1E7AEF: hue angle of 213.59º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E7AEF is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 122 | 239 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.06 |
| HSL | 213.59º | 0.87% | 0.53% | - |
| HSV(B) | 213.59º | 0.87% | 0.94% | - |
| XYZ | 23.07 | 20.43 | 84.39 | - |
| YUV | 107.83 | 202.02 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 239 | 0.87 | 0.49 | 0 | 0.06 | 213.59 | 0.87 | 0.53 |
| Hex | 1E | 7A | EF | 57 | 31 | 0 | 6 | D6 | 57 | 35 |
| Octal | 36 | 172 | 357 | 127 | 61 | 0 | 6 | 326 | 127 | 65 |
| Binary | 11110 | 1111010 | 11101111 | 1010111 | 110001 | 0 | 110 | 11010110 | 1010111 | 110101 |
Color Harmonies of #1E7AEF
Complementary color
Monochromatic Colors of #1E7AEF
Black with #1E7AEF
Text Example
Text Example
White with #1E7AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7AEF; }
p { color: rgb(30,122,239); }
H1.HeaderClassName
{
color: #1E7AEF;
}
.AnyTagClassName
{
color: #1E7AEF;
}
</style>
background-color css
<style>
a { background-color: #1E7AEF; }
a { background-color: rgb(30,122,239); }
div.DivClassName
{
background-color: #1E7AEF;
}
.BgClassName
{
background-color: #1E7AEF;
}
</style>
border-color css
<style>
span { border-color: #1E7AEF; }
span { border-color: rgb(30,122,239); }
td.TdClassName
{
border-color: #1E7AEF;
}
.TagClassName
{
border-color: #1E7AEF;
}
</style>