Shades of Medium Blue #2012CE
Tints of Medium Blue #2012CE
RGB
CMYK
RGB Variations
Color information
#2012CE (or 0x2012CE) is known color: Medium Blue. HEX triplet: 20, 12 and CE. RGB value is (32,18,206). Sum of RGB (Red+Green+Blue) = 32+18+206=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 206 (80.86% from 255 or 80.47% from 256); Max value from RGB is 206 - color contains mainly: blue. Hex color #2012CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012CE is #DFED31. Grayscale: #2A2A2A. Windows color (decimal): -14675250 or 13505056. OLE color: 13505056.
HSL color Cylindrical-coordinate representation of color #2012CE: hue angle of 244.47º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2012CE is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 18 | 206 | - |
| CMYK | 0.84 | 0.91 | 0 | 0.19 |
| HSL | 244.47º | 0.84% | 0.44% | - |
| HSV(B) | 244.47º | 0.91% | 0.81% | - |
| XYZ | 11.95 | 5.2 | 58.77 | - |
| YUV | 43.62 | 219.64 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 18 | 206 | 0.84 | 0.91 | 0 | 0.19 | 244.47 | 0.84 | 0.44 |
| Hex | 20 | 12 | CE | 54 | 5B | 0 | 13 | F4 | 54 | 2C |
| Octal | 40 | 22 | 316 | 124 | 133 | 0 | 23 | 364 | 124 | 54 |
| Binary | 100000 | 10010 | 11001110 | 1010100 | 1011011 | 0 | 10011 | 11110100 | 1010100 | 101100 |
Color Harmonies of #2012CE
Complementary color
Monochromatic Colors of #2012CE
Black with #2012CE
Text Example
Text Example
White with #2012CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2012CE; }
p { color: rgb(32,18,206); }
H1.HeaderClassName
{
color: #2012CE;
}
.AnyTagClassName
{
color: #2012CE;
}
</style>
background-color css
<style>
a { background-color: #2012CE; }
a { background-color: rgb(32,18,206); }
div.DivClassName
{
background-color: #2012CE;
}
.BgClassName
{
background-color: #2012CE;
}
</style>
border-color css
<style>
span { border-color: #2012CE; }
span { border-color: rgb(32,18,206); }
td.TdClassName
{
border-color: #2012CE;
}
.TagClassName
{
border-color: #2012CE;
}
</style>