Shades of Dodger Blue #1EA2FA
Tints of Dodger Blue #1EA2FA
RGB
CMYK
RGB Variations
Color information
#1EA2FA (or 0x1EA2FA) is known color: Dodger Blue. HEX triplet: 1E, A2 and FA. RGB value is (30,162,250). Sum of RGB (Red+Green+Blue) = 30+162+250=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #1EA2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EA2FA is #E15D05. Grayscale: #848484. Windows color (decimal): -14769414 or 16425502. OLE color: 16425502.
HSL color Cylindrical-coordinate representation of color #1EA2FA: hue angle of 204º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EA2FA is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 162 | 250 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.02 |
| HSL | 204º | 0.96% | 0.55% | - |
| HSV(B) | 204º | 0.88% | 0.98% | - |
| XYZ | 30.71 | 33.02 | 95.2 | - |
| YUV | 132.56 | 194.27 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 162 | 250 | 0.88 | 0.35 | 0 | 0.02 | 204 | 0.96 | 0.55 |
| Hex | 1E | A2 | FA | 58 | 23 | 0 | 2 | CC | 60 | 37 |
| Octal | 36 | 242 | 372 | 130 | 43 | 0 | 2 | 314 | 140 | 67 |
| Binary | 11110 | 10100010 | 11111010 | 1011000 | 100011 | 0 | 10 | 11001100 | 1100000 | 110111 |
Color Harmonies of #1EA2FA
Complementary color
Monochromatic Colors of #1EA2FA
Black with #1EA2FA
Text Example
Text Example
White with #1EA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EA2FA; }
p { color: rgb(30,162,250); }
H1.HeaderClassName
{
color: #1EA2FA;
}
.AnyTagClassName
{
color: #1EA2FA;
}
</style>
background-color css
<style>
a { background-color: #1EA2FA; }
a { background-color: rgb(30,162,250); }
div.DivClassName
{
background-color: #1EA2FA;
}
.BgClassName
{
background-color: #1EA2FA;
}
</style>
border-color css
<style>
span { border-color: #1EA2FA; }
span { border-color: rgb(30,162,250); }
td.TdClassName
{
border-color: #1EA2FA;
}
.TagClassName
{
border-color: #1EA2FA;
}
</style>