Shades of Dodger Blue #1EA5FF
Tints of Dodger Blue #1EA5FF
RGB
CMYK
RGB Variations
Color information
#1EA5FF (or 0x1EA5FF) is known color: Dodger Blue. HEX triplet: 1E, A5 and FF. RGB value is (30,165,255). Sum of RGB (Red+Green+Blue) = 30+165+255=450 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.67% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EA5FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA5FF is #E15A00. Grayscale: #868686. Windows color (decimal): -14768641 or 16753950. OLE color: 16753950.
HSL color Cylindrical-coordinate representation of color #1EA5FF: hue angle of 204º 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 #1EA5FF is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 165 | 255 | - |
| CMYK | 0.88 | 0.35 | 0 | 0 |
| HSL | 204º | 1% | 0.56% | - |
| HSV(B) | 204º | 0.88% | 1% | - |
| XYZ | 32.04 | 34.41 | 99.56 | - |
| YUV | 134.9 | 195.77 | 53.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 165 | 255 | 0.88 | 0.35 | 0 | 0 | 204 | 1 | 0.56 |
| Hex | 1E | A5 | FF | 58 | 23 | 0 | 0 | CC | 64 | 38 |
| Octal | 36 | 245 | 377 | 130 | 43 | 0 | 0 | 314 | 144 | 70 |
| Binary | 11110 | 10100101 | 11111111 | 1011000 | 100011 | 0 | 0 | 11001100 | 1100100 | 111000 |
Color Harmonies of #1EA5FF
Complementary color
Monochromatic Colors of #1EA5FF
Black with #1EA5FF
Text Example
Text Example
White with #1EA5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA5FF; }
p { color: rgb(30,165,255); }
H1.HeaderClassName
{
color: #1EA5FF;
}
.AnyTagClassName
{
color: #1EA5FF;
}
</style>
background-color css
<style>
a { background-color: #1EA5FF; }
a { background-color: rgb(30,165,255); }
div.DivClassName
{
background-color: #1EA5FF;
}
.BgClassName
{
background-color: #1EA5FF;
}
</style>
border-color css
<style>
span { border-color: #1EA5FF; }
span { border-color: rgb(30,165,255); }
td.TdClassName
{
border-color: #1EA5FF;
}
.TagClassName
{
border-color: #1EA5FF;
}
</style>