Shades of Medium Blue #2012C7
Tints of Medium Blue #2012C7
RGB
CMYK
RGB Variations
Color information
#2012C7 (or 0x2012C7) is known color: Medium Blue. HEX triplet: 20, 12 and C7. RGB value is (32,18,199). Sum of RGB (Red+Green+Blue) = 32+18+199=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 199 (78.12% from 255 or 79.92% from 249); Max value from RGB is 199 - color contains mainly: blue. Hex color #2012C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012C7 is #DFED38. Grayscale: #2A2A2A. Windows color (decimal): -14675257 or 13046304. OLE color: 13046304.
HSL color Cylindrical-coordinate representation of color #2012C7: hue angle of 244.64º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2012C7 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 18 | 199 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.22 |
| HSL | 244.64º | 0.83% | 0.43% | - |
| HSV(B) | 244.64º | 0.91% | 0.78% | - |
| XYZ | 11.12 | 4.86 | 54.39 | - |
| YUV | 42.82 | 216.14 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 199 | 0.84 | 0.91 | 0 | 0.22 | 244.64 | 0.83 | 0.43 |
| Hex | 20 | 12 | C7 | 54 | 5B | 0 | 16 | F5 | 53 | 2B |
| Octal | 40 | 22 | 307 | 124 | 133 | 0 | 26 | 365 | 123 | 53 |
| Binary | 100000 | 10010 | 11000111 | 1010100 | 1011011 | 0 | 10110 | 11110101 | 1010011 | 101011 |
Color Harmonies of #2012C7
Complementary color
Monochromatic Colors of #2012C7
Black with #2012C7
Text Example
Text Example
White with #2012C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012C7; }
p { color: rgb(32,18,199); }
H1.HeaderClassName
{
color: #2012C7;
}
.AnyTagClassName
{
color: #2012C7;
}
</style>
background-color css
<style>
a { background-color: #2012C7; }
a { background-color: rgb(32,18,199); }
div.DivClassName
{
background-color: #2012C7;
}
.BgClassName
{
background-color: #2012C7;
}
</style>
border-color css
<style>
span { border-color: #2012C7; }
span { border-color: rgb(32,18,199); }
td.TdClassName
{
border-color: #2012C7;
}
.TagClassName
{
border-color: #2012C7;
}
</style>