Shades of Dodger Blue #1D88DE
Tints of Dodger Blue #1D88DE
RGB
CMYK
RGB Variations
Color information
#1D88DE (or 0x1D88DE) is known color: Dodger Blue. HEX triplet: 1D, 88 and DE. RGB value is (29,136,222). Sum of RGB (Red+Green+Blue) = 29+136+222=387 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.49% from 387); Green value is 136 (53.52% from 255 or 35.14% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #1D88DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D88DE is #E27721. Grayscale: #717171. Windows color (decimal): -14841634 or 14583837. OLE color: 14583837.
HSL color Cylindrical-coordinate representation of color #1D88DE: hue angle of 206.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D88DE is Cyan = 0.87, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 136 | 222 | - |
| CMYK | 0.87 | 0.39 | 0 | 0.13 |
| HSL | 206.74º | 0.77% | 0.49% | - |
| HSV(B) | 206.74º | 0.87% | 0.87% | - |
| XYZ | 22.5 | 23.14 | 72.39 | - |
| YUV | 113.81 | 189.05 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 222 | 0.87 | 0.39 | 0 | 0.13 | 206.74 | 0.77 | 0.49 |
| Hex | 1D | 88 | DE | 57 | 27 | 0 | D | CF | 4D | 31 |
| Octal | 35 | 210 | 336 | 127 | 47 | 0 | 15 | 317 | 115 | 61 |
| Binary | 11101 | 10001000 | 11011110 | 1010111 | 100111 | 0 | 1101 | 11001111 | 1001101 | 110001 |
Color Harmonies of #1D88DE
Complementary color
Monochromatic Colors of #1D88DE
Black with #1D88DE
Text Example
Text Example
White with #1D88DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D88DE; }
p { color: rgb(29,136,222); }
H1.HeaderClassName
{
color: #1D88DE;
}
.AnyTagClassName
{
color: #1D88DE;
}
</style>
background-color css
<style>
a { background-color: #1D88DE; }
a { background-color: rgb(29,136,222); }
div.DivClassName
{
background-color: #1D88DE;
}
.BgClassName
{
background-color: #1D88DE;
}
</style>
border-color css
<style>
span { border-color: #1D88DE; }
span { border-color: rgb(29,136,222); }
td.TdClassName
{
border-color: #1D88DE;
}
.TagClassName
{
border-color: #1D88DE;
}
</style>