Shades of Medium Blue #120DDD
Tints of Medium Blue #120DDD
RGB
CMYK
RGB Variations
Color information
#120DDD (or 0x120DDD) is known color: Medium Blue. HEX triplet: 12, 0D and DD. RGB value is (18,13,221). Sum of RGB (Red+Green+Blue) = 18+13+221=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 221 (86.72% from 255 or 87.70% from 252); Max value from RGB is 221 - color contains mainly: blue. Hex color #120DDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120DDD is #EDF222. Grayscale: #252525. Windows color (decimal): -15594019 or 14486802. OLE color: 14486802.
HSL color Cylindrical-coordinate representation of color #120DDD: hue angle of 241.44º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120DDD is Cyan = 0.92, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 13 | 221 | - |
| CMYK | 0.92 | 0.94 | 0 | 0.13 |
| HSL | 241.44º | 0.89% | 0.46% | - |
| HSV(B) | 241.44º | 0.94% | 0.87% | - |
| XYZ | 13.44 | 5.64 | 68.79 | - |
| YUV | 38.21 | 231.16 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 13 | 221 | 0.92 | 0.94 | 0 | 0.13 | 241.44 | 0.89 | 0.46 |
| Hex | 12 | D | DD | 5C | 5E | 0 | D | F1 | 59 | 2E |
| Octal | 22 | 15 | 335 | 134 | 136 | 0 | 15 | 361 | 131 | 56 |
| Binary | 10010 | 1101 | 11011101 | 1011100 | 1011110 | 0 | 1101 | 11110001 | 1011001 | 101110 |
Color Harmonies of #120DDD
Complementary color
Monochromatic Colors of #120DDD
Black with #120DDD
Text Example
Text Example
White with #120DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120DDD; }
p { color: rgb(18,13,221); }
H1.HeaderClassName
{
color: #120DDD;
}
.AnyTagClassName
{
color: #120DDD;
}
</style>
background-color css
<style>
a { background-color: #120DDD; }
a { background-color: rgb(18,13,221); }
div.DivClassName
{
background-color: #120DDD;
}
.BgClassName
{
background-color: #120DDD;
}
</style>
border-color css
<style>
span { border-color: #120DDD; }
span { border-color: rgb(18,13,221); }
td.TdClassName
{
border-color: #120DDD;
}
.TagClassName
{
border-color: #120DDD;
}
</style>