Shades of Dodger Blue #1D8FDD
Tints of Dodger Blue #1D8FDD
RGB
CMYK
RGB Variations
Color information
#1D8FDD (or 0x1D8FDD) is known color: Dodger Blue. HEX triplet: 1D, 8F and DD. RGB value is (29,143,221). Sum of RGB (Red+Green+Blue) = 29+143+221=393 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.38% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D8FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8FDD is #E27022. Grayscale: #757575. Windows color (decimal): -14839843 or 14520093. OLE color: 14520093.
HSL color Cylindrical-coordinate representation of color #1D8FDD: hue angle of 204.38º 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 #1D8FDD is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 143 | 221 | - |
| CMYK | 0.87 | 0.35 | 0 | 0.13 |
| HSL | 204.38º | 0.77% | 0.49% | - |
| HSV(B) | 204.38º | 0.87% | 0.87% | - |
| XYZ | 23.38 | 25.13 | 72.02 | - |
| YUV | 117.81 | 186.23 | 64.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 143 | 221 | 0.87 | 0.35 | 0 | 0.13 | 204.38 | 0.77 | 0.49 |
| Hex | 1D | 8F | DD | 57 | 23 | 0 | D | CC | 4D | 31 |
| Octal | 35 | 217 | 335 | 127 | 43 | 0 | 15 | 314 | 115 | 61 |
| Binary | 11101 | 10001111 | 11011101 | 1010111 | 100011 | 0 | 1101 | 11001100 | 1001101 | 110001 |
Color Harmonies of #1D8FDD
Complementary color
Monochromatic Colors of #1D8FDD
Black with #1D8FDD
Text Example
Text Example
White with #1D8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8FDD; }
p { color: rgb(29,143,221); }
H1.HeaderClassName
{
color: #1D8FDD;
}
.AnyTagClassName
{
color: #1D8FDD;
}
</style>
background-color css
<style>
a { background-color: #1D8FDD; }
a { background-color: rgb(29,143,221); }
div.DivClassName
{
background-color: #1D8FDD;
}
.BgClassName
{
background-color: #1D8FDD;
}
</style>
border-color css
<style>
span { border-color: #1D8FDD; }
span { border-color: rgb(29,143,221); }
td.TdClassName
{
border-color: #1D8FDD;
}
.TagClassName
{
border-color: #1D8FDD;
}
</style>