Shades of Dodger Blue #1EACF4
Tints of Dodger Blue #1EACF4
RGB
CMYK
RGB Variations
Color information
#1EACF4 (or 0x1EACF4) is known color: Dodger Blue. HEX triplet: 1E, AC and F4. RGB value is (30,172,244). Sum of RGB (Red+Green+Blue) = 30+172+244=446 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.73% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 244 (95.70% from 255 or 54.71% from 446); Max value from RGB is 244 - color contains mainly: blue. Hex color #1EACF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EACF4 is #E1530B. Grayscale: #898989. Windows color (decimal): -14766860 or 16034846. OLE color: 16034846.
HSL color Cylindrical-coordinate representation of color #1EACF4: hue angle of 200.19º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EACF4 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 172 | 244 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.04 |
| HSL | 200.19º | 0.91% | 0.54% | - |
| HSV(B) | 200.19º | 0.88% | 0.96% | - |
| XYZ | 31.62 | 36.31 | 90.93 | - |
| YUV | 137.75 | 187.96 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 244 | 0.88 | 0.30 | 0 | 0.04 | 200.19 | 0.91 | 0.54 |
| Hex | 1E | AC | F4 | 58 | 1E | 0 | 4 | C8 | 5B | 36 |
| Octal | 36 | 254 | 364 | 130 | 36 | 0 | 4 | 310 | 133 | 66 |
| Binary | 11110 | 10101100 | 11110100 | 1011000 | 11110 | 0 | 100 | 11001000 | 1011011 | 110110 |
Color Harmonies of #1EACF4
Complementary color
Monochromatic Colors of #1EACF4
Black with #1EACF4
Text Example
Text Example
White with #1EACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACF4; }
p { color: rgb(30,172,244); }
H1.HeaderClassName
{
color: #1EACF4;
}
.AnyTagClassName
{
color: #1EACF4;
}
</style>
background-color css
<style>
a { background-color: #1EACF4; }
a { background-color: rgb(30,172,244); }
div.DivClassName
{
background-color: #1EACF4;
}
.BgClassName
{
background-color: #1EACF4;
}
</style>
border-color css
<style>
span { border-color: #1EACF4; }
span { border-color: rgb(30,172,244); }
td.TdClassName
{
border-color: #1EACF4;
}
.TagClassName
{
border-color: #1EACF4;
}
</style>