Shades of Dodger Blue #1D88FF
Tints of Dodger Blue #1D88FF
RGB
CMYK
RGB Variations
Color information
#1D88FF (or 0x1D88FF) is known color: Dodger Blue. HEX triplet: 1D, 88 and FF. RGB value is (29,136,255). Sum of RGB (Red+Green+Blue) = 29+136+255=420 (55% of max value = 765). Red value is 29 (11.72% from 255 or 6.90% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D88FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1D88FF is #E27700. Grayscale: #747474. Windows color (decimal): -14841601 or 16746525. OLE color: 16746525.
HSL color Cylindrical-coordinate representation of color #1D88FF: hue angle of 211.59º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D88FF is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 136 | 255 | - |
| CMYK | 0.89 | 0.47 | 0 | 0 |
| HSL | 211.59º | 1% | 0.56% | - |
| HSV(B) | 211.59º | 0.89% | 1% | - |
| XYZ | 27.36 | 25.09 | 98.01 | - |
| YUV | 117.57 | 205.55 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 255 | 0.89 | 0.47 | 0 | 0 | 211.59 | 1 | 0.56 |
| Hex | 1D | 88 | FF | 59 | 2F | 0 | 0 | D4 | 64 | 38 |
| Octal | 35 | 210 | 377 | 131 | 57 | 0 | 0 | 324 | 144 | 70 |
| Binary | 11101 | 10001000 | 11111111 | 1011001 | 101111 | 0 | 0 | 11010100 | 1100100 | 111000 |
Color Harmonies of #1D88FF
Complementary color
Monochromatic Colors of #1D88FF
Black with #1D88FF
Text Example
Text Example
White with #1D88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D88FF; }
p { color: rgb(29,136,255); }
H1.HeaderClassName
{
color: #1D88FF;
}
.AnyTagClassName
{
color: #1D88FF;
}
</style>
background-color css
<style>
a { background-color: #1D88FF; }
a { background-color: rgb(29,136,255); }
div.DivClassName
{
background-color: #1D88FF;
}
.BgClassName
{
background-color: #1D88FF;
}
</style>
border-color css
<style>
span { border-color: #1D88FF; }
span { border-color: rgb(29,136,255); }
td.TdClassName
{
border-color: #1D88FF;
}
.TagClassName
{
border-color: #1D88FF;
}
</style>