Shades of Medium Blue #2012CC
Tints of Medium Blue #2012CC
RGB
CMYK
RGB Variations
Color information
#2012CC (or 0x2012CC) is known color: Medium Blue. HEX triplet: 20, 12 and CC. RGB value is (32,18,204). Sum of RGB (Red+Green+Blue) = 32+18+204=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #2012CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012CC is #DFED33. Grayscale: #2A2A2A. Windows color (decimal): -14675252 or 13373984. OLE color: 13373984.
HSL color Cylindrical-coordinate representation of color #2012CC: hue angle of 244.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2012CC is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 18 | 204 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.2 |
| HSL | 244.52º | 0.84% | 0.44% | - |
| HSV(B) | 244.52º | 0.91% | 0.8% | - |
| XYZ | 11.71 | 5.1 | 57.49 | - |
| YUV | 43.39 | 218.64 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 204 | 0.84 | 0.91 | 0 | 0.2 | 244.52 | 0.84 | 0.44 |
| Hex | 20 | 12 | CC | 54 | 5B | 0 | 14 | F5 | 54 | 2C |
| Octal | 40 | 22 | 314 | 124 | 133 | 0 | 24 | 365 | 124 | 54 |
| Binary | 100000 | 10010 | 11001100 | 1010100 | 1011011 | 0 | 10100 | 11110101 | 1010100 | 101100 |
Color Harmonies of #2012CC
Complementary color
Monochromatic Colors of #2012CC
Black with #2012CC
Text Example
Text Example
White with #2012CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012CC; }
p { color: rgb(32,18,204); }
H1.HeaderClassName
{
color: #2012CC;
}
.AnyTagClassName
{
color: #2012CC;
}
</style>
background-color css
<style>
a { background-color: #2012CC; }
a { background-color: rgb(32,18,204); }
div.DivClassName
{
background-color: #2012CC;
}
.BgClassName
{
background-color: #2012CC;
}
</style>
border-color css
<style>
span { border-color: #2012CC; }
span { border-color: rgb(32,18,204); }
td.TdClassName
{
border-color: #2012CC;
}
.TagClassName
{
border-color: #2012CC;
}
</style>