Shades of Medium Blue #2114CA
Tints of Medium Blue #2114CA
RGB
CMYK
RGB Variations
Color information
#2114CA (or 0x2114CA) is known color: Medium Blue. HEX triplet: 21, 14 and CA. RGB value is (33,20,202). Sum of RGB (Red+Green+Blue) = 33+20+202=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 202 (79.30% from 255 or 79.22% from 255); Max value from RGB is 202 - color contains mainly: blue. Hex color #2114CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2114CA is #DEEB35. Grayscale: #2B2B2B. Windows color (decimal): -14609206 or 13243425. OLE color: 13243425.
HSL color Cylindrical-coordinate representation of color #2114CA: hue angle of 244.29º 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 #2114CA is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 20 | 202 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.21 |
| HSL | 244.29º | 0.82% | 0.44% | - |
| HSV(B) | 244.29º | 0.9% | 0.79% | - |
| XYZ | 11.54 | 5.09 | 56.25 | - |
| YUV | 44.64 | 216.81 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 202 | 0.84 | 0.90 | 0 | 0.21 | 244.29 | 0.82 | 0.44 |
| Hex | 21 | 14 | CA | 54 | 5A | 0 | 15 | F4 | 52 | 2C |
| Octal | 41 | 24 | 312 | 124 | 132 | 0 | 25 | 364 | 122 | 54 |
| Binary | 100001 | 10100 | 11001010 | 1010100 | 1011010 | 0 | 10101 | 11110100 | 1010010 | 101100 |
Color Harmonies of #2114CA
Complementary color
Monochromatic Colors of #2114CA
Black with #2114CA
Text Example
Text Example
White with #2114CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2114CA; }
p { color: rgb(33,20,202); }
H1.HeaderClassName
{
color: #2114CA;
}
.AnyTagClassName
{
color: #2114CA;
}
</style>
background-color css
<style>
a { background-color: #2114CA; }
a { background-color: rgb(33,20,202); }
div.DivClassName
{
background-color: #2114CA;
}
.BgClassName
{
background-color: #2114CA;
}
</style>
border-color css
<style>
span { border-color: #2114CA; }
span { border-color: rgb(33,20,202); }
td.TdClassName
{
border-color: #2114CA;
}
.TagClassName
{
border-color: #2114CA;
}
</style>