Shades of Dodger Blue #1E71EB
Tints of Dodger Blue #1E71EB
RGB
CMYK
RGB Variations
Color information
#1E71EB (or 0x1E71EB) is known color: Dodger Blue. HEX triplet: 1E, 71 and EB. RGB value is (30,113,235). Sum of RGB (Red+Green+Blue) = 30+113+235=378 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.94% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #1E71EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E71EB is #E18E14. Grayscale: #656565. Windows color (decimal): -14781973 or 15429918. OLE color: 15429918.
HSL color Cylindrical-coordinate representation of color #1E71EB: hue angle of 215.71º 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 #1E71EB is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 113 | 235 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.08 |
| HSL | 215.71º | 0.84% | 0.52% | - |
| HSV(B) | 215.71º | 0.87% | 0.92% | - |
| XYZ | 21.44 | 18.08 | 80.96 | - |
| YUV | 102.09 | 203 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 113 | 235 | 0.87 | 0.52 | 0 | 0.08 | 215.71 | 0.84 | 0.52 |
| Hex | 1E | 71 | EB | 57 | 34 | 0 | 8 | D8 | 54 | 34 |
| Octal | 36 | 161 | 353 | 127 | 64 | 0 | 10 | 330 | 124 | 64 |
| Binary | 11110 | 1110001 | 11101011 | 1010111 | 110100 | 0 | 1000 | 11011000 | 1010100 | 110100 |
Color Harmonies of #1E71EB
Complementary color
Monochromatic Colors of #1E71EB
Black with #1E71EB
Text Example
Text Example
White with #1E71EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E71EB; }
p { color: rgb(30,113,235); }
H1.HeaderClassName
{
color: #1E71EB;
}
.AnyTagClassName
{
color: #1E71EB;
}
</style>
background-color css
<style>
a { background-color: #1E71EB; }
a { background-color: rgb(30,113,235); }
div.DivClassName
{
background-color: #1E71EB;
}
.BgClassName
{
background-color: #1E71EB;
}
</style>
border-color css
<style>
span { border-color: #1E71EB; }
span { border-color: rgb(30,113,235); }
td.TdClassName
{
border-color: #1E71EB;
}
.TagClassName
{
border-color: #1E71EB;
}
</style>