Shades of Dodger Blue #1EA0FF
Tints of Dodger Blue #1EA0FF
RGB
CMYK
RGB Variations
Color information
#1EA0FF (or 0x1EA0FF) is known color: Dodger Blue. HEX triplet: 1E, A0 and FF. RGB value is (30,160,255). Sum of RGB (Red+Green+Blue) = 30+160+255=445 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.74% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EA0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA0FF is #E15F00. Grayscale: #838383. Windows color (decimal): -14769921 or 16752670. OLE color: 16752670.
HSL color Cylindrical-coordinate representation of color #1EA0FF: hue angle of 205.33º 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 #1EA0FF is Cyan = 0.88, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 160 | 255 | - |
| CMYK | 0.88 | 0.37 | 0 | 0 |
| HSL | 205.33º | 1% | 0.56% | - |
| HSV(B) | 205.33º | 0.88% | 1% | - |
| XYZ | 31.16 | 32.64 | 99.27 | - |
| YUV | 131.96 | 197.43 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 160 | 255 | 0.88 | 0.37 | 0 | 0 | 205.33 | 1 | 0.56 |
| Hex | 1E | A0 | FF | 58 | 25 | 0 | 0 | CD | 64 | 38 |
| Octal | 36 | 240 | 377 | 130 | 45 | 0 | 0 | 315 | 144 | 70 |
| Binary | 11110 | 10100000 | 11111111 | 1011000 | 100101 | 0 | 0 | 11001101 | 1100100 | 111000 |
Color Harmonies of #1EA0FF
Complementary color
Monochromatic Colors of #1EA0FF
Black with #1EA0FF
Text Example
Text Example
White with #1EA0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA0FF; }
p { color: rgb(30,160,255); }
H1.HeaderClassName
{
color: #1EA0FF;
}
.AnyTagClassName
{
color: #1EA0FF;
}
</style>
background-color css
<style>
a { background-color: #1EA0FF; }
a { background-color: rgb(30,160,255); }
div.DivClassName
{
background-color: #1EA0FF;
}
.BgClassName
{
background-color: #1EA0FF;
}
</style>
border-color css
<style>
span { border-color: #1EA0FF; }
span { border-color: rgb(30,160,255); }
td.TdClassName
{
border-color: #1EA0FF;
}
.TagClassName
{
border-color: #1EA0FF;
}
</style>