Shades of Medium Blue #1D12DD
Tints of Medium Blue #1D12DD
RGB
CMYK
RGB Variations
Color information
#1D12DD (or 0x1D12DD) is known color: Medium Blue. HEX triplet: 1D, 12 and DD. RGB value is (29,18,221). Sum of RGB (Red+Green+Blue) = 29+18+221=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #1D12DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D12DD is #E2ED22. Grayscale: #2B2B2B. Windows color (decimal): -14871843 or 14488093. OLE color: 14488093.
HSL color Cylindrical-coordinate representation of color #1D12DD: hue angle of 243.25º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D12DD is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 18 | 221 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.13 |
| HSL | 243.25º | 0.85% | 0.47% | - |
| HSV(B) | 243.25º | 0.92% | 0.87% | - |
| XYZ | 13.77 | 5.91 | 68.82 | - |
| YUV | 44.43 | 227.64 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 221 | 0.87 | 0.92 | 0 | 0.13 | 243.25 | 0.85 | 0.47 |
| Hex | 1D | 12 | DD | 57 | 5C | 0 | D | F3 | 55 | 2F |
| Octal | 35 | 22 | 335 | 127 | 134 | 0 | 15 | 363 | 125 | 57 |
| Binary | 11101 | 10010 | 11011101 | 1010111 | 1011100 | 0 | 1101 | 11110011 | 1010101 | 101111 |
Color Harmonies of #1D12DD
Complementary color
Monochromatic Colors of #1D12DD
Black with #1D12DD
Text Example
Text Example
White with #1D12DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D12DD; }
p { color: rgb(29,18,221); }
H1.HeaderClassName
{
color: #1D12DD;
}
.AnyTagClassName
{
color: #1D12DD;
}
</style>
background-color css
<style>
a { background-color: #1D12DD; }
a { background-color: rgb(29,18,221); }
div.DivClassName
{
background-color: #1D12DD;
}
.BgClassName
{
background-color: #1D12DD;
}
</style>
border-color css
<style>
span { border-color: #1D12DD; }
span { border-color: rgb(29,18,221); }
td.TdClassName
{
border-color: #1D12DD;
}
.TagClassName
{
border-color: #1D12DD;
}
</style>