Shades of Medium Blue #1D1CDC
Tints of Medium Blue #1D1CDC
RGB
CMYK
RGB Variations
Color information
#1D1CDC (or 0x1D1CDC) is known color: Medium Blue. HEX triplet: 1D, 1C and DC. RGB value is (29,28,220). Sum of RGB (Red+Green+Blue) = 29+28+220=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 220 (86.33% from 255 or 79.42% from 277); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D1CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D1CDC is #E2E323. Grayscale: #313131. Windows color (decimal): -14869284 or 14425117. OLE color: 14425117.
HSL color Cylindrical-coordinate representation of color #1D1CDC: hue angle of 240.31º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D1CDC is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 28 | 220 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.14 |
| HSL | 240.31º | 0.77% | 0.49% | - |
| HSV(B) | 240.31º | 0.87% | 0.86% | - |
| XYZ | 13.84 | 6.26 | 68.19 | - |
| YUV | 50.19 | 223.83 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 220 | 0.87 | 0.87 | 0 | 0.14 | 240.31 | 0.77 | 0.49 |
| Hex | 1D | 1C | DC | 57 | 57 | 0 | E | F0 | 4D | 31 |
| Octal | 35 | 34 | 334 | 127 | 127 | 0 | 16 | 360 | 115 | 61 |
| Binary | 11101 | 11100 | 11011100 | 1010111 | 1010111 | 0 | 1110 | 11110000 | 1001101 | 110001 |
Color Harmonies of #1D1CDC
Complementary color
Monochromatic Colors of #1D1CDC
Black with #1D1CDC
Text Example
Text Example
White with #1D1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1CDC; }
p { color: rgb(29,28,220); }
H1.HeaderClassName
{
color: #1D1CDC;
}
.AnyTagClassName
{
color: #1D1CDC;
}
</style>
background-color css
<style>
a { background-color: #1D1CDC; }
a { background-color: rgb(29,28,220); }
div.DivClassName
{
background-color: #1D1CDC;
}
.BgClassName
{
background-color: #1D1CDC;
}
</style>
border-color css
<style>
span { border-color: #1D1CDC; }
span { border-color: rgb(29,28,220); }
td.TdClassName
{
border-color: #1D1CDC;
}
.TagClassName
{
border-color: #1D1CDC;
}
</style>