Shades of Medium Blue #2012C8
Tints of Medium Blue #2012C8
RGB
CMYK
RGB Variations
Color information
#2012C8 (or 0x2012C8) is known color: Medium Blue. HEX triplet: 20, 12 and C8. RGB value is (32,18,200). Sum of RGB (Red+Green+Blue) = 32+18+200=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 200 (78.52% from 255 or 80% from 250); Max value from RGB is 200 - color contains mainly: blue. Hex color #2012C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012C8 is #DFED37. Grayscale: #2A2A2A. Windows color (decimal): -14675256 or 13111840. OLE color: 13111840.
HSL color Cylindrical-coordinate representation of color #2012C8: hue angle of 244.62º 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 #2012C8 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 18 | 200 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.22 |
| HSL | 244.62º | 0.83% | 0.43% | - |
| HSV(B) | 244.62º | 0.91% | 0.78% | - |
| XYZ | 11.24 | 4.91 | 55 | - |
| YUV | 42.93 | 216.64 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 200 | 0.84 | 0.91 | 0 | 0.22 | 244.62 | 0.83 | 0.43 |
| Hex | 20 | 12 | C8 | 54 | 5B | 0 | 16 | F5 | 53 | 2B |
| Octal | 40 | 22 | 310 | 124 | 133 | 0 | 26 | 365 | 123 | 53 |
| Binary | 100000 | 10010 | 11001000 | 1010100 | 1011011 | 0 | 10110 | 11110101 | 1010011 | 101011 |
Color Harmonies of #2012C8
Complementary color
Monochromatic Colors of #2012C8
Black with #2012C8
Text Example
Text Example
White with #2012C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012C8; }
p { color: rgb(32,18,200); }
H1.HeaderClassName
{
color: #2012C8;
}
.AnyTagClassName
{
color: #2012C8;
}
</style>
background-color css
<style>
a { background-color: #2012C8; }
a { background-color: rgb(32,18,200); }
div.DivClassName
{
background-color: #2012C8;
}
.BgClassName
{
background-color: #2012C8;
}
</style>
border-color css
<style>
span { border-color: #2012C8; }
span { border-color: rgb(32,18,200); }
td.TdClassName
{
border-color: #2012C8;
}
.TagClassName
{
border-color: #2012C8;
}
</style>