Shades of Dodger Blue #1E75EC
Tints of Dodger Blue #1E75EC
RGB
CMYK
RGB Variations
Color information
#1E75EC (or 0x1E75EC) is known color: Dodger Blue. HEX triplet: 1E, 75 and EC. RGB value is (30,117,236). Sum of RGB (Red+Green+Blue) = 30+117+236=383 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.83% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 236 (92.58% from 255 or 61.62% from 383); Max value from RGB is 236 - color contains mainly: blue. Hex color #1E75EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1E75EC is #E18A13. Grayscale: #676767. Windows color (decimal): -14780948 or 15496478. OLE color: 15496478.
HSL color Cylindrical-coordinate representation of color #1E75EC: hue angle of 214.66º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E75EC is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 30 | 117 | 236 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.07 |
| HSL | 214.66º | 0.84% | 0.52% | - |
| HSV(B) | 214.66º | 0.87% | 0.93% | - |
| XYZ | 22.04 | 19.05 | 81.87 | - |
| YUV | 104.55 | 202.18 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 117 | 236 | 0.87 | 0.50 | 0 | 0.07 | 214.66 | 0.84 | 0.52 |
| Hex | 1E | 75 | EC | 57 | 32 | 0 | 7 | D7 | 54 | 34 |
| Octal | 36 | 165 | 354 | 127 | 62 | 0 | 7 | 327 | 124 | 64 |
| Binary | 11110 | 1110101 | 11101100 | 1010111 | 110010 | 0 | 111 | 11010111 | 1010100 | 110100 |
Color Harmonies of #1E75EC
Complementary color
Monochromatic Colors of #1E75EC
Black with #1E75EC
Text Example
Text Example
White with #1E75EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E75EC; }
p { color: rgb(30,117,236); }
H1.HeaderClassName
{
color: #1E75EC;
}
.AnyTagClassName
{
color: #1E75EC;
}
</style>
background-color css
<style>
a { background-color: #1E75EC; }
a { background-color: rgb(30,117,236); }
div.DivClassName
{
background-color: #1E75EC;
}
.BgClassName
{
background-color: #1E75EC;
}
</style>
border-color css
<style>
span { border-color: #1E75EC; }
span { border-color: rgb(30,117,236); }
td.TdClassName
{
border-color: #1E75EC;
}
.TagClassName
{
border-color: #1E75EC;
}
</style>