Shades of Medium Blue #1212DD
Tints of Medium Blue #1212DD
RGB
CMYK
RGB Variations
Color information
#1212DD (or 0x1212DD) is known color: Medium Blue. HEX triplet: 12, 12 and DD. RGB value is (18,18,221). Sum of RGB (Red+Green+Blue) = 18+18+221=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 221 (86.72% from 255 or 85.99% from 257); Max value from RGB is 221 - color contains mainly: blue. Hex color #1212DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1212DD is #EDED22. Grayscale: #282828. Windows color (decimal): -15592739 or 14488082. OLE color: 14488082.
HSL color Cylindrical-coordinate representation of color #1212DD: hue angle of 240º 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 #1212DD is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 18 | 221 | - |
| CMYK | 0.92 | 0.92 | 0 | 0.13 |
| HSL | 240º | 0.85% | 0.47% | - |
| HSV(B) | 240º | 0.92% | 0.87% | - |
| XYZ | 13.52 | 5.78 | 68.81 | - |
| YUV | 41.14 | 229.5 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 18 | 221 | 0.92 | 0.92 | 0 | 0.13 | 240 | 0.85 | 0.47 |
| Hex | 12 | 12 | DD | 5C | 5C | 0 | D | F0 | 55 | 2F |
| Octal | 22 | 22 | 335 | 134 | 134 | 0 | 15 | 360 | 125 | 57 |
| Binary | 10010 | 10010 | 11011101 | 1011100 | 1011100 | 0 | 1101 | 11110000 | 1010101 | 101111 |
Color Harmonies of #1212DD
Complementary color
Monochromatic Colors of #1212DD
Black with #1212DD
Text Example
Text Example
White with #1212DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1212DD; }
p { color: rgb(18,18,221); }
H1.HeaderClassName
{
color: #1212DD;
}
.AnyTagClassName
{
color: #1212DD;
}
</style>
background-color css
<style>
a { background-color: #1212DD; }
a { background-color: rgb(18,18,221); }
div.DivClassName
{
background-color: #1212DD;
}
.BgClassName
{
background-color: #1212DD;
}
</style>
border-color css
<style>
span { border-color: #1212DD; }
span { border-color: rgb(18,18,221); }
td.TdClassName
{
border-color: #1212DD;
}
.TagClassName
{
border-color: #1212DD;
}
</style>