Shades of Medium Blue #2014C6
Tints of Medium Blue #2014C6
RGB
CMYK
RGB Variations
Color information
#2014C6 (or 0x2014C6) is known color: Medium Blue. HEX triplet: 20, 14 and C6. RGB value is (32,20,198). Sum of RGB (Red+Green+Blue) = 32+20+198=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 198 (77.73% from 255 or 79.2% from 250); Max value from RGB is 198 - color contains mainly: blue. Hex color #2014C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2014C6 is #DFEB39. Grayscale: #2B2B2B. Windows color (decimal): -14674746 or 12981280. OLE color: 12981280.
HSL color Cylindrical-coordinate representation of color #2014C6: hue angle of 244.04º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2014C6 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 20 | 198 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.22 |
| HSL | 244.04º | 0.82% | 0.43% | - |
| HSV(B) | 244.04º | 0.9% | 0.78% | - |
| XYZ | 11.04 | 4.88 | 53.79 | - |
| YUV | 43.88 | 214.98 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 20 | 198 | 0.84 | 0.90 | 0 | 0.22 | 244.04 | 0.82 | 0.43 |
| Hex | 20 | 14 | C6 | 54 | 5A | 0 | 16 | F4 | 52 | 2B |
| Octal | 40 | 24 | 306 | 124 | 132 | 0 | 26 | 364 | 122 | 53 |
| Binary | 100000 | 10100 | 11000110 | 1010100 | 1011010 | 0 | 10110 | 11110100 | 1010010 | 101011 |
Color Harmonies of #2014C6
Complementary color
Monochromatic Colors of #2014C6
Black with #2014C6
Text Example
Text Example
White with #2014C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2014C6; }
p { color: rgb(32,20,198); }
H1.HeaderClassName
{
color: #2014C6;
}
.AnyTagClassName
{
color: #2014C6;
}
</style>
background-color css
<style>
a { background-color: #2014C6; }
a { background-color: rgb(32,20,198); }
div.DivClassName
{
background-color: #2014C6;
}
.BgClassName
{
background-color: #2014C6;
}
</style>
border-color css
<style>
span { border-color: #2014C6; }
span { border-color: rgb(32,20,198); }
td.TdClassName
{
border-color: #2014C6;
}
.TagClassName
{
border-color: #2014C6;
}
</style>