Shades of Medium Blue #2014CD
Tints of Medium Blue #2014CD
RGB
CMYK
RGB Variations
Color information
#2014CD (or 0x2014CD) is known color: Medium Blue. HEX triplet: 20, 14 and CD. RGB value is (32,20,205). Sum of RGB (Red+Green+Blue) = 32+20+205=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #2014CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2014CD is #DFEB32. Grayscale: #2B2B2B. Windows color (decimal): -14674739 or 13440032. OLE color: 13440032.
HSL color Cylindrical-coordinate representation of color #2014CD: hue angle of 243.89º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2014CD is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 20 | 205 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.20 |
| HSL | 243.89º | 0.82% | 0.44% | - |
| HSV(B) | 243.89º | 0.9% | 0.8% | - |
| XYZ | 11.87 | 5.22 | 58.14 | - |
| YUV | 44.68 | 218.48 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 205 | 0.84 | 0.90 | 0 | 0.20 | 243.89 | 0.82 | 0.44 |
| Hex | 20 | 14 | CD | 54 | 5A | 0 | 14 | F4 | 52 | 2C |
| Octal | 40 | 24 | 315 | 124 | 132 | 0 | 24 | 364 | 122 | 54 |
| Binary | 100000 | 10100 | 11001101 | 1010100 | 1011010 | 0 | 10100 | 11110100 | 1010010 | 101100 |
Color Harmonies of #2014CD
Complementary color
Monochromatic Colors of #2014CD
Black with #2014CD
Text Example
Text Example
White with #2014CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2014CD; }
p { color: rgb(32,20,205); }
H1.HeaderClassName
{
color: #2014CD;
}
.AnyTagClassName
{
color: #2014CD;
}
</style>
background-color css
<style>
a { background-color: #2014CD; }
a { background-color: rgb(32,20,205); }
div.DivClassName
{
background-color: #2014CD;
}
.BgClassName
{
background-color: #2014CD;
}
</style>
border-color css
<style>
span { border-color: #2014CD; }
span { border-color: rgb(32,20,205); }
td.TdClassName
{
border-color: #2014CD;
}
.TagClassName
{
border-color: #2014CD;
}
</style>