Shades of Dodger Blue #1EA2FF
Tints of Dodger Blue #1EA2FF
RGB
CMYK
RGB Variations
Color information
#1EA2FF (or 0x1EA2FF) is known color: Dodger Blue. HEX triplet: 1E, A2 and FF. RGB value is (30,162,255). Sum of RGB (Red+Green+Blue) = 30+162+255=447 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.71% from 447); Green value is 162 (63.67% from 255 or 36.24% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EA2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA2FF is #E15D00. Grayscale: #848484. Windows color (decimal): -14769409 or 16753182. OLE color: 16753182.
HSL color Cylindrical-coordinate representation of color #1EA2FF: hue angle of 204.8º 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 #1EA2FF is Cyan = 0.88, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 162 | 255 | - |
| CMYK | 0.88 | 0.36 | 0 | 0 |
| HSL | 204.8º | 1% | 0.56% | - |
| HSV(B) | 204.8º | 0.88% | 1% | - |
| XYZ | 31.51 | 33.34 | 99.38 | - |
| YUV | 133.13 | 196.77 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 255 | 0.88 | 0.36 | 0 | 0 | 204.8 | 1 | 0.56 |
| Hex | 1E | A2 | FF | 58 | 24 | 0 | 0 | CD | 64 | 38 |
| Octal | 36 | 242 | 377 | 130 | 44 | 0 | 0 | 315 | 144 | 70 |
| Binary | 11110 | 10100010 | 11111111 | 1011000 | 100100 | 0 | 0 | 11001101 | 1100100 | 111000 |
Color Harmonies of #1EA2FF
Complementary color
Monochromatic Colors of #1EA2FF
Black with #1EA2FF
Text Example
Text Example
White with #1EA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA2FF; }
p { color: rgb(30,162,255); }
H1.HeaderClassName
{
color: #1EA2FF;
}
.AnyTagClassName
{
color: #1EA2FF;
}
</style>
background-color css
<style>
a { background-color: #1EA2FF; }
a { background-color: rgb(30,162,255); }
div.DivClassName
{
background-color: #1EA2FF;
}
.BgClassName
{
background-color: #1EA2FF;
}
</style>
border-color css
<style>
span { border-color: #1EA2FF; }
span { border-color: rgb(30,162,255); }
td.TdClassName
{
border-color: #1EA2FF;
}
.TagClassName
{
border-color: #1EA2FF;
}
</style>