Shades of Medium Blue #2014CA
Tints of Medium Blue #2014CA
RGB
CMYK
RGB Variations
Color information
#2014CA (or 0x2014CA) is known color: Medium Blue. HEX triplet: 20, 14 and CA. RGB value is (32,20,202). Sum of RGB (Red+Green+Blue) = 32+20+202=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 202 (79.30% from 255 or 79.53% from 254); Max value from RGB is 202 - color contains mainly: blue. Hex color #2014CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2014CA is #DFEB35. Grayscale: #2B2B2B. Windows color (decimal): -14674742 or 13243424. OLE color: 13243424.
HSL color Cylindrical-coordinate representation of color #2014CA: hue angle of 243.96º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2014CA is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 20 | 202 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.21 |
| HSL | 243.96º | 0.82% | 0.44% | - |
| HSV(B) | 243.96º | 0.9% | 0.79% | - |
| XYZ | 11.51 | 5.07 | 56.25 | - |
| YUV | 44.34 | 216.98 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 202 | 0.84 | 0.90 | 0 | 0.21 | 243.96 | 0.82 | 0.44 |
| Hex | 20 | 14 | CA | 54 | 5A | 0 | 15 | F4 | 52 | 2C |
| Octal | 40 | 24 | 312 | 124 | 132 | 0 | 25 | 364 | 122 | 54 |
| Binary | 100000 | 10100 | 11001010 | 1010100 | 1011010 | 0 | 10101 | 11110100 | 1010010 | 101100 |
Color Harmonies of #2014CA
Complementary color
Monochromatic Colors of #2014CA
Black with #2014CA
Text Example
Text Example
White with #2014CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2014CA; }
p { color: rgb(32,20,202); }
H1.HeaderClassName
{
color: #2014CA;
}
.AnyTagClassName
{
color: #2014CA;
}
</style>
background-color css
<style>
a { background-color: #2014CA; }
a { background-color: rgb(32,20,202); }
div.DivClassName
{
background-color: #2014CA;
}
.BgClassName
{
background-color: #2014CA;
}
</style>
border-color css
<style>
span { border-color: #2014CA; }
span { border-color: rgb(32,20,202); }
td.TdClassName
{
border-color: #2014CA;
}
.TagClassName
{
border-color: #2014CA;
}
</style>