Shades of Dodger Blue #1987E6
Tints of Dodger Blue #1987E6
RGB
CMYK
RGB Variations
Color information
#1987E6 (or 0x1987E6) is known color: Dodger Blue. HEX triplet: 19, 87 and E6. RGB value is (25,135,230). Sum of RGB (Red+Green+Blue) = 25+135+230=390 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.41% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 230 (90.23% from 255 or 58.97% from 390); Max value from RGB is 230 - color contains mainly: blue. Hex color #1987E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1987E6 is #E67819. Grayscale: #707070. Windows color (decimal): -15104026 or 15107865. OLE color: 15107865.
HSL color Cylindrical-coordinate representation of color #1987E6: hue angle of 207.8º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1987E6 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 135 | 230 | - |
| CMYK | 0.89 | 0.41 | 0 | 0.10 |
| HSL | 207.8º | 0.8% | 0.5% | - |
| HSV(B) | 207.8º | 0.89% | 0.9% | - |
| XYZ | 23.35 | 23.25 | 78.12 | - |
| YUV | 112.94 | 194.06 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 230 | 0.89 | 0.41 | 0 | 0.10 | 207.8 | 0.8 | 0.5 |
| Hex | 19 | 87 | E6 | 59 | 29 | 0 | A | D0 | 50 | 32 |
| Octal | 31 | 207 | 346 | 131 | 51 | 0 | 12 | 320 | 120 | 62 |
| Binary | 11001 | 10000111 | 11100110 | 1011001 | 101001 | 0 | 1010 | 11010000 | 1010000 | 110010 |
Color Harmonies of #1987E6
Complementary color
Monochromatic Colors of #1987E6
Black with #1987E6
Text Example
Text Example
White with #1987E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1987E6; }
p { color: rgb(25,135,230); }
H1.HeaderClassName
{
color: #1987E6;
}
.AnyTagClassName
{
color: #1987E6;
}
</style>
background-color css
<style>
a { background-color: #1987E6; }
a { background-color: rgb(25,135,230); }
div.DivClassName
{
background-color: #1987E6;
}
.BgClassName
{
background-color: #1987E6;
}
</style>
border-color css
<style>
span { border-color: #1987E6; }
span { border-color: rgb(25,135,230); }
td.TdClassName
{
border-color: #1987E6;
}
.TagClassName
{
border-color: #1987E6;
}
</style>