Shades of Dodger Blue #1E7AEB
Tints of Dodger Blue #1E7AEB
RGB
CMYK
RGB Variations
Color information
#1E7AEB (or 0x1E7AEB) is known color: Dodger Blue. HEX triplet: 1E, 7A and EB. RGB value is (30,122,235). Sum of RGB (Red+Green+Blue) = 30+122+235=387 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.75% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 235 (92.19% from 255 or 60.72% from 387); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E7AEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7AEB is #E18514. Grayscale: #6A6A6A. Windows color (decimal): -14779669 or 15432222. OLE color: 15432222.
HSL color Cylindrical-coordinate representation of color #1E7AEB: hue angle of 213.07º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E7AEB is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 122 | 235 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.08 |
| HSL | 213.07º | 0.84% | 0.52% | - |
| HSV(B) | 213.07º | 0.87% | 0.92% | - |
| XYZ | 22.49 | 20.19 | 81.31 | - |
| YUV | 107.37 | 200.02 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 235 | 0.87 | 0.48 | 0 | 0.08 | 213.07 | 0.84 | 0.52 |
| Hex | 1E | 7A | EB | 57 | 30 | 0 | 8 | D5 | 54 | 34 |
| Octal | 36 | 172 | 353 | 127 | 60 | 0 | 10 | 325 | 124 | 64 |
| Binary | 11110 | 1111010 | 11101011 | 1010111 | 110000 | 0 | 1000 | 11010101 | 1010100 | 110100 |
Color Harmonies of #1E7AEB
Complementary color
Monochromatic Colors of #1E7AEB
Black with #1E7AEB
Text Example
Text Example
White with #1E7AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7AEB; }
p { color: rgb(30,122,235); }
H1.HeaderClassName
{
color: #1E7AEB;
}
.AnyTagClassName
{
color: #1E7AEB;
}
</style>
background-color css
<style>
a { background-color: #1E7AEB; }
a { background-color: rgb(30,122,235); }
div.DivClassName
{
background-color: #1E7AEB;
}
.BgClassName
{
background-color: #1E7AEB;
}
</style>
border-color css
<style>
span { border-color: #1E7AEB; }
span { border-color: rgb(30,122,235); }
td.TdClassName
{
border-color: #1E7AEB;
}
.TagClassName
{
border-color: #1E7AEB;
}
</style>