Shades of Dodger Blue #1E7ADE
Tints of Dodger Blue #1E7ADE
RGB
CMYK
RGB Variations
Color information
#1E7ADE (or 0x1E7ADE) is known color: Dodger Blue. HEX triplet: 1E, 7A and DE. RGB value is (30,122,222). Sum of RGB (Red+Green+Blue) = 30+122+222=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 222 (87.11% from 255 or 59.36% from 374); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E7ADE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E7ADE is #E18521. Grayscale: #696969. Windows color (decimal): -14779682 or 14580254. OLE color: 14580254.
HSL color Cylindrical-coordinate representation of color #1E7ADE: hue angle of 211.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E7ADE is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 122 | 222 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.13 |
| HSL | 211.25º | 0.76% | 0.49% | - |
| HSV(B) | 211.25º | 0.86% | 0.87% | - |
| XYZ | 20.68 | 19.47 | 71.78 | - |
| YUV | 105.89 | 193.52 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 122 | 222 | 0.86 | 0.45 | 0 | 0.13 | 211.25 | 0.76 | 0.49 |
| Hex | 1E | 7A | DE | 56 | 2D | 0 | D | D3 | 4C | 31 |
| Octal | 36 | 172 | 336 | 126 | 55 | 0 | 15 | 323 | 114 | 61 |
| Binary | 11110 | 1111010 | 11011110 | 1010110 | 101101 | 0 | 1101 | 11010011 | 1001100 | 110001 |
Color Harmonies of #1E7ADE
Complementary color
Monochromatic Colors of #1E7ADE
Black with #1E7ADE
Text Example
Text Example
White with #1E7ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E7ADE; }
p { color: rgb(30,122,222); }
H1.HeaderClassName
{
color: #1E7ADE;
}
.AnyTagClassName
{
color: #1E7ADE;
}
</style>
background-color css
<style>
a { background-color: #1E7ADE; }
a { background-color: rgb(30,122,222); }
div.DivClassName
{
background-color: #1E7ADE;
}
.BgClassName
{
background-color: #1E7ADE;
}
</style>
border-color css
<style>
span { border-color: #1E7ADE; }
span { border-color: rgb(30,122,222); }
td.TdClassName
{
border-color: #1E7ADE;
}
.TagClassName
{
border-color: #1E7ADE;
}
</style>