Shades of Dodger Blue #1D8CDA
Tints of Dodger Blue #1D8CDA
RGB
CMYK
RGB Variations
Color information
#1D8CDA (or 0x1D8CDA) is known color: Dodger Blue. HEX triplet: 1D, 8C and DA. RGB value is (29,140,218). Sum of RGB (Red+Green+Blue) = 29+140+218=387 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.49% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #1D8CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8CDA is #E27325. Grayscale: #737373. Windows color (decimal): -14840614 or 14322717. OLE color: 14322717.
HSL color Cylindrical-coordinate representation of color #1D8CDA: hue angle of 204.76º degrees, saturation: 0.77, 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 #1D8CDA is Cyan = 0.87, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 140 | 218 | - |
| CMYK | 0.87 | 0.36 | 0 | 0.15 |
| HSL | 204.76º | 0.77% | 0.48% | - |
| HSV(B) | 204.76º | 0.87% | 0.85% | - |
| XYZ | 22.54 | 24.08 | 69.79 | - |
| YUV | 115.7 | 185.73 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 218 | 0.87 | 0.36 | 0 | 0.15 | 204.76 | 0.77 | 0.48 |
| Hex | 1D | 8C | DA | 57 | 24 | 0 | F | CD | 4D | 30 |
| Octal | 35 | 214 | 332 | 127 | 44 | 0 | 17 | 315 | 115 | 60 |
| Binary | 11101 | 10001100 | 11011010 | 1010111 | 100100 | 0 | 1111 | 11001101 | 1001101 | 110000 |
Color Harmonies of #1D8CDA
Complementary color
Monochromatic Colors of #1D8CDA
Black with #1D8CDA
Text Example
Text Example
White with #1D8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8CDA; }
p { color: rgb(29,140,218); }
H1.HeaderClassName
{
color: #1D8CDA;
}
.AnyTagClassName
{
color: #1D8CDA;
}
</style>
background-color css
<style>
a { background-color: #1D8CDA; }
a { background-color: rgb(29,140,218); }
div.DivClassName
{
background-color: #1D8CDA;
}
.BgClassName
{
background-color: #1D8CDA;
}
</style>
border-color css
<style>
span { border-color: #1D8CDA; }
span { border-color: rgb(29,140,218); }
td.TdClassName
{
border-color: #1D8CDA;
}
.TagClassName
{
border-color: #1D8CDA;
}
</style>