Shades of Dodger Blue #1E9EEF
Tints of Dodger Blue #1E9EEF
RGB
CMYK
RGB Variations
Color information
#1E9EEF (or 0x1E9EEF) is known color: Dodger Blue. HEX triplet: 1E, 9E and EF. RGB value is (30,158,239). Sum of RGB (Red+Green+Blue) = 30+158+239=427 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.03% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #1E9EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E9EEF is #E16110. Grayscale: #808080. Windows color (decimal): -14770449 or 15703582. OLE color: 15703582.
HSL color Cylindrical-coordinate representation of color #1E9EEF: hue angle of 203.25º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E9EEF is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 30 | 158 | 239 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.06 |
| HSL | 203.25º | 0.87% | 0.53% | - |
| HSV(B) | 203.25º | 0.87% | 0.94% | - |
| XYZ | 28.34 | 30.96 | 86.14 | - |
| YUV | 128.96 | 190.09 | 57.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 158 | 239 | 0.87 | 0.34 | 0 | 0.06 | 203.25 | 0.87 | 0.53 |
| Hex | 1E | 9E | EF | 57 | 22 | 0 | 6 | CB | 57 | 35 |
| Octal | 36 | 236 | 357 | 127 | 42 | 0 | 6 | 313 | 127 | 65 |
| Binary | 11110 | 10011110 | 11101111 | 1010111 | 100010 | 0 | 110 | 11001011 | 1010111 | 110101 |
Color Harmonies of #1E9EEF
Complementary color
Monochromatic Colors of #1E9EEF
Black with #1E9EEF
Text Example
Text Example
White with #1E9EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9EEF; }
p { color: rgb(30,158,239); }
H1.HeaderClassName
{
color: #1E9EEF;
}
.AnyTagClassName
{
color: #1E9EEF;
}
</style>
background-color css
<style>
a { background-color: #1E9EEF; }
a { background-color: rgb(30,158,239); }
div.DivClassName
{
background-color: #1E9EEF;
}
.BgClassName
{
background-color: #1E9EEF;
}
</style>
border-color css
<style>
span { border-color: #1E9EEF; }
span { border-color: rgb(30,158,239); }
td.TdClassName
{
border-color: #1E9EEF;
}
.TagClassName
{
border-color: #1E9EEF;
}
</style>