Shades of Medium Blue #1D0DCD
Tints of Medium Blue #1D0DCD
RGB
CMYK
RGB Variations
Color information
#1D0DCD (or 0x1D0DCD) is known color: Medium Blue. HEX triplet: 1D, 0D and CD. RGB value is (29,13,205). Sum of RGB (Red+Green+Blue) = 29+13+205=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 205 (80.47% from 255 or 83.00% from 247); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D0DCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0DCD is #E2F232. Grayscale: #262626. Windows color (decimal): -14873139 or 13438237. OLE color: 13438237.
HSL color Cylindrical-coordinate representation of color #1D0DCD: hue angle of 245º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0DCD is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 13 | 205 | - |
| CMYK | 0.86 | 0.94 | 0 | 0.20 |
| HSL | 245º | 0.88% | 0.43% | - |
| HSV(B) | 245º | 0.94% | 0.8% | - |
| XYZ | 11.67 | 4.96 | 58.1 | - |
| YUV | 39.67 | 221.3 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 205 | 0.86 | 0.94 | 0 | 0.20 | 245 | 0.88 | 0.43 |
| Hex | 1D | D | CD | 56 | 5E | 0 | 14 | F5 | 58 | 2B |
| Octal | 35 | 15 | 315 | 126 | 136 | 0 | 24 | 365 | 130 | 53 |
| Binary | 11101 | 1101 | 11001101 | 1010110 | 1011110 | 0 | 10100 | 11110101 | 1011000 | 101011 |
Color Harmonies of #1D0DCD
Complementary color
Monochromatic Colors of #1D0DCD
Black with #1D0DCD
Text Example
Text Example
White with #1D0DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0DCD; }
p { color: rgb(29,13,205); }
H1.HeaderClassName
{
color: #1D0DCD;
}
.AnyTagClassName
{
color: #1D0DCD;
}
</style>
background-color css
<style>
a { background-color: #1D0DCD; }
a { background-color: rgb(29,13,205); }
div.DivClassName
{
background-color: #1D0DCD;
}
.BgClassName
{
background-color: #1D0DCD;
}
</style>
border-color css
<style>
span { border-color: #1D0DCD; }
span { border-color: rgb(29,13,205); }
td.TdClassName
{
border-color: #1D0DCD;
}
.TagClassName
{
border-color: #1D0DCD;
}
</style>