Shades of Dodger Blue #1EACF7
Tints of Dodger Blue #1EACF7
RGB
CMYK
RGB Variations
Color information
#1EACF7 (or 0x1EACF7) is known color: Dodger Blue. HEX triplet: 1E, AC and F7. RGB value is (30,172,247). Sum of RGB (Red+Green+Blue) = 30+172+247=449 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.68% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 247 (96.88% from 255 or 55.01% from 449); Max value from RGB is 247 - color contains mainly: blue. Hex color #1EACF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EACF7 is #E15308. Grayscale: #898989. Windows color (decimal): -14766857 or 16231454. OLE color: 16231454.
HSL color Cylindrical-coordinate representation of color #1EACF7: hue angle of 200.74º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EACF7 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 172 | 247 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.03 |
| HSL | 200.74º | 0.93% | 0.54% | - |
| HSV(B) | 200.74º | 0.88% | 0.97% | - |
| XYZ | 32.08 | 36.5 | 93.35 | - |
| YUV | 138.09 | 189.46 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 247 | 0.88 | 0.30 | 0 | 0.03 | 200.74 | 0.93 | 0.54 |
| Hex | 1E | AC | F7 | 58 | 1E | 0 | 3 | C9 | 5D | 36 |
| Octal | 36 | 254 | 367 | 130 | 36 | 0 | 3 | 311 | 135 | 66 |
| Binary | 11110 | 10101100 | 11110111 | 1011000 | 11110 | 0 | 11 | 11001001 | 1011101 | 110110 |
Color Harmonies of #1EACF7
Complementary color
Monochromatic Colors of #1EACF7
Black with #1EACF7
Text Example
Text Example
White with #1EACF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACF7; }
p { color: rgb(30,172,247); }
H1.HeaderClassName
{
color: #1EACF7;
}
.AnyTagClassName
{
color: #1EACF7;
}
</style>
background-color css
<style>
a { background-color: #1EACF7; }
a { background-color: rgb(30,172,247); }
div.DivClassName
{
background-color: #1EACF7;
}
.BgClassName
{
background-color: #1EACF7;
}
</style>
border-color css
<style>
span { border-color: #1EACF7; }
span { border-color: rgb(30,172,247); }
td.TdClassName
{
border-color: #1EACF7;
}
.TagClassName
{
border-color: #1EACF7;
}
</style>