Shades of Dodger Blue #1D87D9
Tints of Dodger Blue #1D87D9
RGB
CMYK
RGB Variations
Color information
#1D87D9 (or 0x1D87D9) is known color: Dodger Blue. HEX triplet: 1D, 87 and D9. RGB value is (29,135,217). Sum of RGB (Red+Green+Blue) = 29+135+217=381 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.61% from 381); Green value is 135 (53.12% from 255 or 35.43% from 381); Blue value is 217 (85.16% from 255 or 56.96% from 381); Max value from RGB is 217 - color contains mainly: blue. Hex color #1D87D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D87D9 is #E27826. Grayscale: #707070. Windows color (decimal): -14841895 or 14255901. OLE color: 14255901.
HSL color Cylindrical-coordinate representation of color #1D87D9: hue angle of 206.17º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D87D9 is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 135 | 217 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.15 |
| HSL | 206.17º | 0.76% | 0.48% | - |
| HSV(B) | 206.17º | 0.87% | 0.85% | - |
| XYZ | 21.7 | 22.6 | 68.86 | - |
| YUV | 112.65 | 186.88 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 135 | 217 | 0.87 | 0.38 | 0 | 0.15 | 206.17 | 0.76 | 0.48 |
| Hex | 1D | 87 | D9 | 57 | 26 | 0 | F | CE | 4C | 30 |
| Octal | 35 | 207 | 331 | 127 | 46 | 0 | 17 | 316 | 114 | 60 |
| Binary | 11101 | 10000111 | 11011001 | 1010111 | 100110 | 0 | 1111 | 11001110 | 1001100 | 110000 |
Color Harmonies of #1D87D9
Complementary color
Monochromatic Colors of #1D87D9
Black with #1D87D9
Text Example
Text Example
White with #1D87D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D87D9; }
p { color: rgb(29,135,217); }
H1.HeaderClassName
{
color: #1D87D9;
}
.AnyTagClassName
{
color: #1D87D9;
}
</style>
background-color css
<style>
a { background-color: #1D87D9; }
a { background-color: rgb(29,135,217); }
div.DivClassName
{
background-color: #1D87D9;
}
.BgClassName
{
background-color: #1D87D9;
}
</style>
border-color css
<style>
span { border-color: #1D87D9; }
span { border-color: rgb(29,135,217); }
td.TdClassName
{
border-color: #1D87D9;
}
.TagClassName
{
border-color: #1D87D9;
}
</style>