Shades of Dodger Blue #1E87DD
Tints of Dodger Blue #1E87DD
RGB
CMYK
RGB Variations
Color information
#1E87DD (or 0x1E87DD) is known color: Dodger Blue. HEX triplet: 1E, 87 and DD. RGB value is (30,135,221). Sum of RGB (Red+Green+Blue) = 30+135+221=386 (51% of max value = 765). Red value is 30 (12.11% from 255 or 7.77% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E87DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E87DD is #E17822. Grayscale: #707070. Windows color (decimal): -14776355 or 14518046. OLE color: 14518046.
HSL color Cylindrical-coordinate representation of color #1E87DD: hue angle of 207.02º 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 #1E87DD is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 30 | 135 | 221 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.13 |
| HSL | 207.02º | 0.76% | 0.49% | - |
| HSV(B) | 207.02º | 0.86% | 0.87% | - |
| XYZ | 22.25 | 22.82 | 71.64 | - |
| YUV | 113.41 | 188.71 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 135 | 221 | 0.86 | 0.39 | 0 | 0.13 | 207.02 | 0.76 | 0.49 |
| Hex | 1E | 87 | DD | 56 | 27 | 0 | D | CF | 4C | 31 |
| Octal | 36 | 207 | 335 | 126 | 47 | 0 | 15 | 317 | 114 | 61 |
| Binary | 11110 | 10000111 | 11011101 | 1010110 | 100111 | 0 | 1101 | 11001111 | 1001100 | 110001 |
Color Harmonies of #1E87DD
Complementary color
Monochromatic Colors of #1E87DD
Black with #1E87DD
Text Example
Text Example
White with #1E87DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E87DD; }
p { color: rgb(30,135,221); }
H1.HeaderClassName
{
color: #1E87DD;
}
.AnyTagClassName
{
color: #1E87DD;
}
</style>
background-color css
<style>
a { background-color: #1E87DD; }
a { background-color: rgb(30,135,221); }
div.DivClassName
{
background-color: #1E87DD;
}
.BgClassName
{
background-color: #1E87DD;
}
</style>
border-color css
<style>
span { border-color: #1E87DD; }
span { border-color: rgb(30,135,221); }
td.TdClassName
{
border-color: #1E87DD;
}
.TagClassName
{
border-color: #1E87DD;
}
</style>