Shades of Dodger Blue #1E9EEB
Tints of Dodger Blue #1E9EEB
RGB
CMYK
RGB Variations
Color information
#1E9EEB (or 0x1E9EEB) is known color: Dodger Blue. HEX triplet: 1E, 9E and EB. RGB value is (30,158,235). Sum of RGB (Red+Green+Blue) = 30+158+235=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E9EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E9EEB is #E16114. Grayscale: #808080. Windows color (decimal): -14770453 or 15441438. OLE color: 15441438.
HSL color Cylindrical-coordinate representation of color #1E9EEB: hue angle of 202.54º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E9EEB is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 158 | 235 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.08 |
| HSL | 202.54º | 0.84% | 0.52% | - |
| HSV(B) | 202.54º | 0.87% | 0.92% | - |
| XYZ | 27.76 | 30.73 | 83.07 | - |
| YUV | 128.51 | 188.09 | 57.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 158 | 235 | 0.87 | 0.33 | 0 | 0.08 | 202.54 | 0.84 | 0.52 |
| Hex | 1E | 9E | EB | 57 | 21 | 0 | 8 | CB | 54 | 34 |
| Octal | 36 | 236 | 353 | 127 | 41 | 0 | 10 | 313 | 124 | 64 |
| Binary | 11110 | 10011110 | 11101011 | 1010111 | 100001 | 0 | 1000 | 11001011 | 1010100 | 110100 |
Color Harmonies of #1E9EEB
Complementary color
Monochromatic Colors of #1E9EEB
Black with #1E9EEB
Text Example
Text Example
White with #1E9EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9EEB; }
p { color: rgb(30,158,235); }
H1.HeaderClassName
{
color: #1E9EEB;
}
.AnyTagClassName
{
color: #1E9EEB;
}
</style>
background-color css
<style>
a { background-color: #1E9EEB; }
a { background-color: rgb(30,158,235); }
div.DivClassName
{
background-color: #1E9EEB;
}
.BgClassName
{
background-color: #1E9EEB;
}
</style>
border-color css
<style>
span { border-color: #1E9EEB; }
span { border-color: rgb(30,158,235); }
td.TdClassName
{
border-color: #1E9EEB;
}
.TagClassName
{
border-color: #1E9EEB;
}
</style>