Shades of Dodger Blue #1E80DE
Tints of Dodger Blue #1E80DE
RGB
CMYK
RGB Variations
Color information
#1E80DE (or 0x1E80DE) is known color: Dodger Blue. HEX triplet: 1E, 80 and DE. RGB value is (30,128,222). Sum of RGB (Red+Green+Blue) = 30+128+222=380 (50% of max value = 765). Red value is 30 (12.11% from 255 or 7.89% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 222 (87.11% from 255 or 58.42% from 380); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E80DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E80DE is #E17F21. Grayscale: #6C6C6C. Windows color (decimal): -14778146 or 14581790. OLE color: 14581790.
HSL color Cylindrical-coordinate representation of color #1E80DE: hue angle of 209.38º 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 #1E80DE is Cyan = 0.86, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 128 | 222 | - |
| CMYK | 0.86 | 0.42 | 0 | 0.13 |
| HSL | 209.38º | 0.76% | 0.49% | - |
| HSV(B) | 209.38º | 0.86% | 0.87% | - |
| XYZ | 21.44 | 20.99 | 72.03 | - |
| YUV | 109.41 | 191.53 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 222 | 0.86 | 0.42 | 0 | 0.13 | 209.38 | 0.76 | 0.49 |
| Hex | 1E | 80 | DE | 56 | 2A | 0 | D | D1 | 4C | 31 |
| Octal | 36 | 200 | 336 | 126 | 52 | 0 | 15 | 321 | 114 | 61 |
| Binary | 11110 | 10000000 | 11011110 | 1010110 | 101010 | 0 | 1101 | 11010001 | 1001100 | 110001 |
Color Harmonies of #1E80DE
Complementary color
Monochromatic Colors of #1E80DE
Black with #1E80DE
Text Example
Text Example
White with #1E80DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E80DE; }
p { color: rgb(30,128,222); }
H1.HeaderClassName
{
color: #1E80DE;
}
.AnyTagClassName
{
color: #1E80DE;
}
</style>
background-color css
<style>
a { background-color: #1E80DE; }
a { background-color: rgb(30,128,222); }
div.DivClassName
{
background-color: #1E80DE;
}
.BgClassName
{
background-color: #1E80DE;
}
</style>
border-color css
<style>
span { border-color: #1E80DE; }
span { border-color: rgb(30,128,222); }
td.TdClassName
{
border-color: #1E80DE;
}
.TagClassName
{
border-color: #1E80DE;
}
</style>