Shades of Dodger Blue #1EACF6
Tints of Dodger Blue #1EACF6
RGB
CMYK
RGB Variations
Color information
#1EACF6 (or 0x1EACF6) is known color: Dodger Blue. HEX triplet: 1E, AC and F6. RGB value is (30,172,246). Sum of RGB (Red+Green+Blue) = 30+172+246=448 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.70% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 246 (96.48% from 255 or 54.91% from 448); Max value from RGB is 246 - color contains mainly: blue. Hex color #1EACF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EACF6 is #E15309. Grayscale: #898989. Windows color (decimal): -14766858 or 16165918. OLE color: 16165918.
HSL color Cylindrical-coordinate representation of color #1EACF6: hue angle of 200.56º degrees, saturation: 0.92, 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 #1EACF6 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 172 | 246 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.04 |
| HSL | 200.56º | 0.92% | 0.54% | - |
| HSV(B) | 200.56º | 0.88% | 0.96% | - |
| XYZ | 31.92 | 36.43 | 92.54 | - |
| YUV | 137.98 | 188.96 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 172 | 246 | 0.88 | 0.30 | 0 | 0.04 | 200.56 | 0.92 | 0.54 |
| Hex | 1E | AC | F6 | 58 | 1E | 0 | 4 | C9 | 5C | 36 |
| Octal | 36 | 254 | 366 | 130 | 36 | 0 | 4 | 311 | 134 | 66 |
| Binary | 11110 | 10101100 | 11110110 | 1011000 | 11110 | 0 | 100 | 11001001 | 1011100 | 110110 |
Color Harmonies of #1EACF6
Complementary color
Monochromatic Colors of #1EACF6
Black with #1EACF6
Text Example
Text Example
White with #1EACF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EACF6; }
p { color: rgb(30,172,246); }
H1.HeaderClassName
{
color: #1EACF6;
}
.AnyTagClassName
{
color: #1EACF6;
}
</style>
background-color css
<style>
a { background-color: #1EACF6; }
a { background-color: rgb(30,172,246); }
div.DivClassName
{
background-color: #1EACF6;
}
.BgClassName
{
background-color: #1EACF6;
}
</style>
border-color css
<style>
span { border-color: #1EACF6; }
span { border-color: rgb(30,172,246); }
td.TdClassName
{
border-color: #1EACF6;
}
.TagClassName
{
border-color: #1EACF6;
}
</style>