Shades of Dodger Blue #1E80FF
Tints of Dodger Blue #1E80FF
RGB
CMYK
RGB Variations
Color information
#1E80FF (or 0x1E80FF) is known color: Dodger Blue. HEX triplet: 1E, 80 and FF. RGB value is (30,128,255). Sum of RGB (Red+Green+Blue) = 30+128+255=413 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.26% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E80FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E80FF is #E17F00. Grayscale: #707070. Windows color (decimal): -14778113 or 16744478. OLE color: 16744478.
HSL color Cylindrical-coordinate representation of color #1E80FF: hue angle of 213.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E80FF is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 128 | 255 | - |
| CMYK | 0.88 | 0.50 | 0 | 0 |
| HSL | 213.87º | 1% | 0.56% | - |
| HSV(B) | 213.87º | 0.88% | 1% | - |
| XYZ | 26.3 | 22.93 | 97.65 | - |
| YUV | 113.18 | 208.03 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 128 | 255 | 0.88 | 0.50 | 0 | 0 | 213.87 | 1 | 0.56 |
| Hex | 1E | 80 | FF | 58 | 32 | 0 | 0 | D6 | 64 | 38 |
| Octal | 36 | 200 | 377 | 130 | 62 | 0 | 0 | 326 | 144 | 70 |
| Binary | 11110 | 10000000 | 11111111 | 1011000 | 110010 | 0 | 0 | 11010110 | 1100100 | 111000 |
Color Harmonies of #1E80FF
Complementary color
Monochromatic Colors of #1E80FF
Black with #1E80FF
Text Example
Text Example
White with #1E80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E80FF; }
p { color: rgb(30,128,255); }
H1.HeaderClassName
{
color: #1E80FF;
}
.AnyTagClassName
{
color: #1E80FF;
}
</style>
background-color css
<style>
a { background-color: #1E80FF; }
a { background-color: rgb(30,128,255); }
div.DivClassName
{
background-color: #1E80FF;
}
.BgClassName
{
background-color: #1E80FF;
}
</style>
border-color css
<style>
span { border-color: #1E80FF; }
span { border-color: rgb(30,128,255); }
td.TdClassName
{
border-color: #1E80FF;
}
.TagClassName
{
border-color: #1E80FF;
}
</style>