Shades of Medium Blue #1D0BCD
Tints of Medium Blue #1D0BCD
RGB
CMYK
RGB Variations
Color information
#1D0BCD (or 0x1D0BCD) is known color: Medium Blue. HEX triplet: 1D, 0B and CD. RGB value is (29,11,205). Sum of RGB (Red+Green+Blue) = 29+11+205=245 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.84% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 205 (80.47% from 255 or 83.67% from 245); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D0BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0BCD is #E2F432. Grayscale: #252525. Windows color (decimal): -14873651 or 13437725. OLE color: 13437725.
HSL color Cylindrical-coordinate representation of color #1D0BCD: hue angle of 245.57º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D0BCD is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 11 | 205 | - |
| CMYK | 0.86 | 0.95 | 0 | 0.20 |
| HSL | 245.57º | 0.9% | 0.42% | - |
| HSV(B) | 245.57º | 0.95% | 0.8% | - |
| XYZ | 11.65 | 4.91 | 58.09 | - |
| YUV | 38.5 | 221.96 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 11 | 205 | 0.86 | 0.95 | 0 | 0.20 | 245.57 | 0.9 | 0.42 |
| Hex | 1D | B | CD | 56 | 5F | 0 | 14 | F6 | 5A | 2A |
| Octal | 35 | 13 | 315 | 126 | 137 | 0 | 24 | 366 | 132 | 52 |
| Binary | 11101 | 1011 | 11001101 | 1010110 | 1011111 | 0 | 10100 | 11110110 | 1011010 | 101010 |
Color Harmonies of #1D0BCD
Complementary color
Monochromatic Colors of #1D0BCD
Black with #1D0BCD
Text Example
Text Example
White with #1D0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0BCD; }
p { color: rgb(29,11,205); }
H1.HeaderClassName
{
color: #1D0BCD;
}
.AnyTagClassName
{
color: #1D0BCD;
}
</style>
background-color css
<style>
a { background-color: #1D0BCD; }
a { background-color: rgb(29,11,205); }
div.DivClassName
{
background-color: #1D0BCD;
}
.BgClassName
{
background-color: #1D0BCD;
}
</style>
border-color css
<style>
span { border-color: #1D0BCD; }
span { border-color: rgb(29,11,205); }
td.TdClassName
{
border-color: #1D0BCD;
}
.TagClassName
{
border-color: #1D0BCD;
}
</style>