Shades of Dodger Blue #1EADF6
Tints of Dodger Blue #1EADF6
RGB
CMYK
RGB Variations
Color information
#1EADF6 (or 0x1EADF6) is known color: Dodger Blue. HEX triplet: 1E, AD and F6. RGB value is (30,173,246). Sum of RGB (Red+Green+Blue) = 30+173+246=449 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.68% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #1EADF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EADF6 is #E15209. Grayscale: #8A8A8A. Windows color (decimal): -14766602 or 16166174. OLE color: 16166174.
HSL color Cylindrical-coordinate representation of color #1EADF6: hue angle of 200.28º 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 #1EADF6 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 30 | 173 | 246 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.04 |
| HSL | 200.28º | 0.92% | 0.54% | - |
| HSV(B) | 200.28º | 0.88% | 0.96% | - |
| XYZ | 32.11 | 36.82 | 92.6 | - |
| YUV | 138.57 | 188.62 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 173 | 246 | 0.88 | 0.30 | 0 | 0.04 | 200.28 | 0.92 | 0.54 |
| Hex | 1E | AD | F6 | 58 | 1E | 0 | 4 | C8 | 5C | 36 |
| Octal | 36 | 255 | 366 | 130 | 36 | 0 | 4 | 310 | 134 | 66 |
| Binary | 11110 | 10101101 | 11110110 | 1011000 | 11110 | 0 | 100 | 11001000 | 1011100 | 110110 |
Color Harmonies of #1EADF6
Complementary color
Monochromatic Colors of #1EADF6
Black with #1EADF6
Text Example
Text Example
White with #1EADF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EADF6; }
p { color: rgb(30,173,246); }
H1.HeaderClassName
{
color: #1EADF6;
}
.AnyTagClassName
{
color: #1EADF6;
}
</style>
background-color css
<style>
a { background-color: #1EADF6; }
a { background-color: rgb(30,173,246); }
div.DivClassName
{
background-color: #1EADF6;
}
.BgClassName
{
background-color: #1EADF6;
}
</style>
border-color css
<style>
span { border-color: #1EADF6; }
span { border-color: rgb(30,173,246); }
td.TdClassName
{
border-color: #1EADF6;
}
.TagClassName
{
border-color: #1EADF6;
}
</style>