Shades of Dodger Blue #1E8EEE
Tints of Dodger Blue #1E8EEE
RGB
CMYK
RGB Variations
Color information
#1E8EEE (or 0x1E8EEE) is known color: Dodger Blue. HEX triplet: 1E, 8E and EE. RGB value is (30,142,238). Sum of RGB (Red+Green+Blue) = 30+142+238=410 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.32% from 410); Green value is 142 (55.86% from 255 or 34.63% from 410); Blue value is 238 (93.36% from 255 or 58.05% from 410); Max value from RGB is 238 - color contains mainly: blue. Hex color #1E8EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E8EEE is #E17111. Grayscale: #767676. Windows color (decimal): -14774546 or 15633950. OLE color: 15633950.
HSL color Cylindrical-coordinate representation of color #1E8EEE: hue angle of 207.69º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E8EEE is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 142 | 238 | - |
| CMYK | 0.87 | 0.40 | 0 | 0.07 |
| HSL | 207.69º | 0.86% | 0.53% | - |
| HSV(B) | 207.69º | 0.87% | 0.93% | - |
| XYZ | 25.64 | 25.8 | 84.52 | - |
| YUV | 119.46 | 194.89 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 142 | 238 | 0.87 | 0.40 | 0 | 0.07 | 207.69 | 0.86 | 0.53 |
| Hex | 1E | 8E | EE | 57 | 28 | 0 | 7 | D0 | 56 | 35 |
| Octal | 36 | 216 | 356 | 127 | 50 | 0 | 7 | 320 | 126 | 65 |
| Binary | 11110 | 10001110 | 11101110 | 1010111 | 101000 | 0 | 111 | 11010000 | 1010110 | 110101 |
Color Harmonies of #1E8EEE
Complementary color
Monochromatic Colors of #1E8EEE
Black with #1E8EEE
Text Example
Text Example
White with #1E8EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8EEE; }
p { color: rgb(30,142,238); }
H1.HeaderClassName
{
color: #1E8EEE;
}
.AnyTagClassName
{
color: #1E8EEE;
}
</style>
background-color css
<style>
a { background-color: #1E8EEE; }
a { background-color: rgb(30,142,238); }
div.DivClassName
{
background-color: #1E8EEE;
}
.BgClassName
{
background-color: #1E8EEE;
}
</style>
border-color css
<style>
span { border-color: #1E8EEE; }
span { border-color: rgb(30,142,238); }
td.TdClassName
{
border-color: #1E8EEE;
}
.TagClassName
{
border-color: #1E8EEE;
}
</style>