Shades of Medium Blue #1D0DDB
Tints of Medium Blue #1D0DDB
RGB
CMYK
RGB Variations
Color information
#1D0DDB (or 0x1D0DDB) is known color: Medium Blue. HEX triplet: 1D, 0D and DB. RGB value is (29,13,219). Sum of RGB (Red+Green+Blue) = 29+13+219=261 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.11% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 219 (85.94% from 255 or 83.91% from 261); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D0DDB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0DDB is #E2F224. Grayscale: #282828. Windows color (decimal): -14873125 or 14355741. OLE color: 14355741.
HSL color Cylindrical-coordinate representation of color #1D0DDB: hue angle of 244.66º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0DDB is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 13 | 219 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.14 |
| HSL | 244.66º | 0.89% | 0.45% | - |
| HSV(B) | 244.66º | 0.94% | 0.86% | - |
| XYZ | 13.44 | 5.66 | 67.4 | - |
| YUV | 41.27 | 228.3 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 219 | 0.87 | 0.94 | 0 | 0.14 | 244.66 | 0.89 | 0.45 |
| Hex | 1D | D | DB | 57 | 5E | 0 | E | F5 | 59 | 2D |
| Octal | 35 | 15 | 333 | 127 | 136 | 0 | 16 | 365 | 131 | 55 |
| Binary | 11101 | 1101 | 11011011 | 1010111 | 1011110 | 0 | 1110 | 11110101 | 1011001 | 101101 |
Color Harmonies of #1D0DDB
Complementary color
Monochromatic Colors of #1D0DDB
Black with #1D0DDB
Text Example
Text Example
White with #1D0DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0DDB; }
p { color: rgb(29,13,219); }
H1.HeaderClassName
{
color: #1D0DDB;
}
.AnyTagClassName
{
color: #1D0DDB;
}
</style>
background-color css
<style>
a { background-color: #1D0DDB; }
a { background-color: rgb(29,13,219); }
div.DivClassName
{
background-color: #1D0DDB;
}
.BgClassName
{
background-color: #1D0DDB;
}
</style>
border-color css
<style>
span { border-color: #1D0DDB; }
span { border-color: rgb(29,13,219); }
td.TdClassName
{
border-color: #1D0DDB;
}
.TagClassName
{
border-color: #1D0DDB;
}
</style>