Shades of Dodger Blue #1E7AFF
Tints of Dodger Blue #1E7AFF
RGB
CMYK
RGB Variations
Color information
#1E7AFF (or 0x1E7AFF) is known color: Dodger Blue. HEX triplet: 1E, 7A and FF. RGB value is (30,122,255). Sum of RGB (Red+Green+Blue) = 30+122+255=407 (53% of max value = 765). Red value is 30 (12.11% from 255 or 7.37% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E7AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E7AFF is #E18500. Grayscale: #6D6D6D. Windows color (decimal): -14779649 or 16742942. OLE color: 16742942.
HSL color Cylindrical-coordinate representation of color #1E7AFF: hue angle of 215.47º 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 #1E7AFF is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 122 | 255 | - |
| CMYK | 0.88 | 0.52 | 0 | 0 |
| HSL | 215.47º | 1% | 0.56% | - |
| HSV(B) | 215.47º | 0.88% | 1% | - |
| XYZ | 25.54 | 21.42 | 97.39 | - |
| YUV | 109.65 | 210.02 | 71.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 255 | 0.88 | 0.52 | 0 | 0 | 215.47 | 1 | 0.56 |
| Hex | 1E | 7A | FF | 58 | 34 | 0 | 0 | D7 | 64 | 38 |
| Octal | 36 | 172 | 377 | 130 | 64 | 0 | 0 | 327 | 144 | 70 |
| Binary | 11110 | 1111010 | 11111111 | 1011000 | 110100 | 0 | 0 | 11010111 | 1100100 | 111000 |
Color Harmonies of #1E7AFF
Complementary color
Monochromatic Colors of #1E7AFF
Black with #1E7AFF
Text Example
Text Example
White with #1E7AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7AFF; }
p { color: rgb(30,122,255); }
H1.HeaderClassName
{
color: #1E7AFF;
}
.AnyTagClassName
{
color: #1E7AFF;
}
</style>
background-color css
<style>
a { background-color: #1E7AFF; }
a { background-color: rgb(30,122,255); }
div.DivClassName
{
background-color: #1E7AFF;
}
.BgClassName
{
background-color: #1E7AFF;
}
</style>
border-color css
<style>
span { border-color: #1E7AFF; }
span { border-color: rgb(30,122,255); }
td.TdClassName
{
border-color: #1E7AFF;
}
.TagClassName
{
border-color: #1E7AFF;
}
</style>