Shades of Medium Blue #1D0DDC
Tints of Medium Blue #1D0DDC
RGB
CMYK
RGB Variations
Color information
#1D0DDC (or 0x1D0DDC) is known color: Medium Blue. HEX triplet: 1D, 0D and DC. RGB value is (29,13,220). Sum of RGB (Red+Green+Blue) = 29+13+220=262 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.07% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 220 (86.33% from 255 or 83.97% from 262); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D0DDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0DDC is #E2F223. Grayscale: #282828. Windows color (decimal): -14873124 or 14421277. OLE color: 14421277.
HSL color Cylindrical-coordinate representation of color #1D0DDC: hue angle of 244.64º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0DDC is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 13 | 220 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.14 |
| HSL | 244.64º | 0.89% | 0.46% | - |
| HSV(B) | 244.64º | 0.94% | 0.86% | - |
| XYZ | 13.57 | 5.72 | 68.1 | - |
| YUV | 41.38 | 228.8 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 220 | 0.87 | 0.94 | 0 | 0.14 | 244.64 | 0.89 | 0.46 |
| Hex | 1D | D | DC | 57 | 5E | 0 | E | F5 | 59 | 2E |
| Octal | 35 | 15 | 334 | 127 | 136 | 0 | 16 | 365 | 131 | 56 |
| Binary | 11101 | 1101 | 11011100 | 1010111 | 1011110 | 0 | 1110 | 11110101 | 1011001 | 101110 |
Color Harmonies of #1D0DDC
Complementary color
Monochromatic Colors of #1D0DDC
Black with #1D0DDC
Text Example
Text Example
White with #1D0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0DDC; }
p { color: rgb(29,13,220); }
H1.HeaderClassName
{
color: #1D0DDC;
}
.AnyTagClassName
{
color: #1D0DDC;
}
</style>
background-color css
<style>
a { background-color: #1D0DDC; }
a { background-color: rgb(29,13,220); }
div.DivClassName
{
background-color: #1D0DDC;
}
.BgClassName
{
background-color: #1D0DDC;
}
</style>
border-color css
<style>
span { border-color: #1D0DDC; }
span { border-color: rgb(29,13,220); }
td.TdClassName
{
border-color: #1D0DDC;
}
.TagClassName
{
border-color: #1D0DDC;
}
</style>