Shades of Dodger Blue #1987DF
Tints of Dodger Blue #1987DF
RGB
CMYK
RGB Variations
Color information
#1987DF (or 0x1987DF) is known color: Dodger Blue. HEX triplet: 19, 87 and DF. RGB value is (25,135,223). Sum of RGB (Red+Green+Blue) = 25+135+223=383 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.53% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #1987DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1987DF is #E67820. Grayscale: #6F6F6F. Windows color (decimal): -15104033 or 14649113. OLE color: 14649113.
HSL color Cylindrical-coordinate representation of color #1987DF: hue angle of 206.67º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1987DF is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 25 | 135 | 223 | - |
| CMYK | 0.89 | 0.39 | 0 | 0.13 |
| HSL | 206.67º | 0.8% | 0.49% | - |
| HSV(B) | 206.67º | 0.89% | 0.87% | - |
| XYZ | 22.38 | 22.86 | 73.05 | - |
| YUV | 112.14 | 190.56 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 223 | 0.89 | 0.39 | 0 | 0.13 | 206.67 | 0.8 | 0.49 |
| Hex | 19 | 87 | DF | 59 | 27 | 0 | D | CF | 50 | 31 |
| Octal | 31 | 207 | 337 | 131 | 47 | 0 | 15 | 317 | 120 | 61 |
| Binary | 11001 | 10000111 | 11011111 | 1011001 | 100111 | 0 | 1101 | 11001111 | 1010000 | 110001 |
Color Harmonies of #1987DF
Complementary color
Monochromatic Colors of #1987DF
Black with #1987DF
Text Example
Text Example
White with #1987DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1987DF; }
p { color: rgb(25,135,223); }
H1.HeaderClassName
{
color: #1987DF;
}
.AnyTagClassName
{
color: #1987DF;
}
</style>
background-color css
<style>
a { background-color: #1987DF; }
a { background-color: rgb(25,135,223); }
div.DivClassName
{
background-color: #1987DF;
}
.BgClassName
{
background-color: #1987DF;
}
</style>
border-color css
<style>
span { border-color: #1987DF; }
span { border-color: rgb(25,135,223); }
td.TdClassName
{
border-color: #1987DF;
}
.TagClassName
{
border-color: #1987DF;
}
</style>