Shades of Dodger Blue #1E87FF
Tints of Dodger Blue #1E87FF
RGB
CMYK
RGB Variations
Color information
#1E87FF (or 0x1E87FF) is known color: Dodger Blue. HEX triplet: 1E, 87 and FF. RGB value is (30,135,255). Sum of RGB (Red+Green+Blue) = 30+135+255=420 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.14% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E87FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1E87FF is #E17800. Grayscale: #747474. Windows color (decimal): -14776321 or 16746270. OLE color: 16746270.
HSL color Cylindrical-coordinate representation of color #1E87FF: hue angle of 212º 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 #1E87FF is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 135 | 255 | - |
| CMYK | 0.88 | 0.47 | 0 | 0 |
| HSL | 212º | 1% | 0.56% | - |
| HSV(B) | 212º | 0.88% | 1% | - |
| XYZ | 27.25 | 24.82 | 97.96 | - |
| YUV | 117.29 | 205.71 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 135 | 255 | 0.88 | 0.47 | 0 | 0 | 212 | 1 | 0.56 |
| Hex | 1E | 87 | FF | 58 | 2F | 0 | 0 | D4 | 64 | 38 |
| Octal | 36 | 207 | 377 | 130 | 57 | 0 | 0 | 324 | 144 | 70 |
| Binary | 11110 | 10000111 | 11111111 | 1011000 | 101111 | 0 | 0 | 11010100 | 1100100 | 111000 |
Color Harmonies of #1E87FF
Complementary color
Monochromatic Colors of #1E87FF
Black with #1E87FF
Text Example
Text Example
White with #1E87FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E87FF; }
p { color: rgb(30,135,255); }
H1.HeaderClassName
{
color: #1E87FF;
}
.AnyTagClassName
{
color: #1E87FF;
}
</style>
background-color css
<style>
a { background-color: #1E87FF; }
a { background-color: rgb(30,135,255); }
div.DivClassName
{
background-color: #1E87FF;
}
.BgClassName
{
background-color: #1E87FF;
}
</style>
border-color css
<style>
span { border-color: #1E87FF; }
span { border-color: rgb(30,135,255); }
td.TdClassName
{
border-color: #1E87FF;
}
.TagClassName
{
border-color: #1E87FF;
}
</style>