Shades of Medium Blue #2014CE
Tints of Medium Blue #2014CE
RGB
CMYK
RGB Variations
Color information
#2014CE (or 0x2014CE) is known color: Medium Blue. HEX triplet: 20, 14 and CE. RGB value is (32,20,206). Sum of RGB (Red+Green+Blue) = 32+20+206=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 206 (80.86% from 255 or 79.84% from 258); Max value from RGB is 206 - color contains mainly: blue. Hex color #2014CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2014CE is #DFEB31. Grayscale: #2C2C2C. Windows color (decimal): -14674738 or 13505568. OLE color: 13505568.
HSL color Cylindrical-coordinate representation of color #2014CE: hue angle of 243.87º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2014CE is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 20 | 206 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.19 |
| HSL | 243.87º | 0.82% | 0.44% | - |
| HSV(B) | 243.87º | 0.9% | 0.81% | - |
| XYZ | 11.99 | 5.26 | 58.78 | - |
| YUV | 44.79 | 218.98 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 206 | 0.84 | 0.90 | 0 | 0.19 | 243.87 | 0.82 | 0.44 |
| Hex | 20 | 14 | CE | 54 | 5A | 0 | 13 | F4 | 52 | 2C |
| Octal | 40 | 24 | 316 | 124 | 132 | 0 | 23 | 364 | 122 | 54 |
| Binary | 100000 | 10100 | 11001110 | 1010100 | 1011010 | 0 | 10011 | 11110100 | 1010010 | 101100 |
Color Harmonies of #2014CE
Complementary color
Monochromatic Colors of #2014CE
Black with #2014CE
Text Example
Text Example
White with #2014CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2014CE; }
p { color: rgb(32,20,206); }
H1.HeaderClassName
{
color: #2014CE;
}
.AnyTagClassName
{
color: #2014CE;
}
</style>
background-color css
<style>
a { background-color: #2014CE; }
a { background-color: rgb(32,20,206); }
div.DivClassName
{
background-color: #2014CE;
}
.BgClassName
{
background-color: #2014CE;
}
</style>
border-color css
<style>
span { border-color: #2014CE; }
span { border-color: rgb(32,20,206); }
td.TdClassName
{
border-color: #2014CE;
}
.TagClassName
{
border-color: #2014CE;
}
</style>