Shades of Dodger Blue #1E9EFF
Tints of Dodger Blue #1E9EFF
RGB
CMYK
RGB Variations
Color information
#1E9EFF (or 0x1E9EFF) is known color: Dodger Blue. HEX triplet: 1E, 9E and FF. RGB value is (30,158,255). Sum of RGB (Red+Green+Blue) = 30+158+255=443 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.77% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E9EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E9EFF is #E16100. Grayscale: #828282. Windows color (decimal): -14770433 or 16752158. OLE color: 16752158.
HSL color Cylindrical-coordinate representation of color #1E9EFF: hue angle of 205.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E9EFF is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 158 | 255 | - |
| CMYK | 0.88 | 0.38 | 0 | 0 |
| HSL | 205.87º | 1% | 0.56% | - |
| HSV(B) | 205.87º | 0.88% | 1% | - |
| XYZ | 30.81 | 31.95 | 99.15 | - |
| YUV | 130.79 | 198.09 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 158 | 255 | 0.88 | 0.38 | 0 | 0 | 205.87 | 1 | 0.56 |
| Hex | 1E | 9E | FF | 58 | 26 | 0 | 0 | CE | 64 | 38 |
| Octal | 36 | 236 | 377 | 130 | 46 | 0 | 0 | 316 | 144 | 70 |
| Binary | 11110 | 10011110 | 11111111 | 1011000 | 100110 | 0 | 0 | 11001110 | 1100100 | 111000 |
Color Harmonies of #1E9EFF
Complementary color
Monochromatic Colors of #1E9EFF
Black with #1E9EFF
Text Example
Text Example
White with #1E9EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9EFF; }
p { color: rgb(30,158,255); }
H1.HeaderClassName
{
color: #1E9EFF;
}
.AnyTagClassName
{
color: #1E9EFF;
}
</style>
background-color css
<style>
a { background-color: #1E9EFF; }
a { background-color: rgb(30,158,255); }
div.DivClassName
{
background-color: #1E9EFF;
}
.BgClassName
{
background-color: #1E9EFF;
}
</style>
border-color css
<style>
span { border-color: #1E9EFF; }
span { border-color: rgb(30,158,255); }
td.TdClassName
{
border-color: #1E9EFF;
}
.TagClassName
{
border-color: #1E9EFF;
}
</style>