Shades of Dodger Blue #1D88DC
Tints of Dodger Blue #1D88DC
RGB
CMYK
RGB Variations
Color information
#1D88DC (or 0x1D88DC) is known color: Dodger Blue. HEX triplet: 1D, 88 and DC. RGB value is (29,136,220). Sum of RGB (Red+Green+Blue) = 29+136+220=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 220 (86.33% from 255 or 57.14% from 385); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D88DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D88DC is #E27723. Grayscale: #717171. Windows color (decimal): -14841636 or 14452765. OLE color: 14452765.
HSL color Cylindrical-coordinate representation of color #1D88DC: hue angle of 206.39º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D88DC is Cyan = 0.87, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 136 | 220 | - |
| CMYK | 0.87 | 0.38 | 0 | 0.14 |
| HSL | 206.39º | 0.77% | 0.49% | - |
| HSV(B) | 206.39º | 0.87% | 0.86% | - |
| XYZ | 22.23 | 23.04 | 70.99 | - |
| YUV | 113.58 | 188.05 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 220 | 0.87 | 0.38 | 0 | 0.14 | 206.39 | 0.77 | 0.49 |
| Hex | 1D | 88 | DC | 57 | 26 | 0 | E | CE | 4D | 31 |
| Octal | 35 | 210 | 334 | 127 | 46 | 0 | 16 | 316 | 115 | 61 |
| Binary | 11101 | 10001000 | 11011100 | 1010111 | 100110 | 0 | 1110 | 11001110 | 1001101 | 110001 |
Color Harmonies of #1D88DC
Complementary color
Monochromatic Colors of #1D88DC
Black with #1D88DC
Text Example
Text Example
White with #1D88DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D88DC; }
p { color: rgb(29,136,220); }
H1.HeaderClassName
{
color: #1D88DC;
}
.AnyTagClassName
{
color: #1D88DC;
}
</style>
background-color css
<style>
a { background-color: #1D88DC; }
a { background-color: rgb(29,136,220); }
div.DivClassName
{
background-color: #1D88DC;
}
.BgClassName
{
background-color: #1D88DC;
}
</style>
border-color css
<style>
span { border-color: #1D88DC; }
span { border-color: rgb(29,136,220); }
td.TdClassName
{
border-color: #1D88DC;
}
.TagClassName
{
border-color: #1D88DC;
}
</style>