Shades of Medium Blue #2114CC
Tints of Medium Blue #2114CC
RGB
CMYK
RGB Variations
Color information
#2114CC (or 0x2114CC) is known color: Medium Blue. HEX triplet: 21, 14 and CC. RGB value is (33,20,204). Sum of RGB (Red+Green+Blue) = 33+20+204=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 204 (80.08% from 255 or 79.38% from 257); Max value from RGB is 204 - color contains mainly: blue. Hex color #2114CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2114CC is #DEEB33. Grayscale: #2C2C2C. Windows color (decimal): -14609204 or 13374497. OLE color: 13374497.
HSL color Cylindrical-coordinate representation of color #2114CC: hue angle of 244.24º 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 #2114CC is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 20 | 204 | - |
| CMYK | 0.84 | 0.90 | 0 | 0.2 |
| HSL | 244.24º | 0.82% | 0.44% | - |
| HSV(B) | 244.24º | 0.9% | 0.8% | - |
| XYZ | 11.78 | 5.18 | 57.51 | - |
| YUV | 44.86 | 217.81 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 20 | 204 | 0.84 | 0.90 | 0 | 0.2 | 244.24 | 0.82 | 0.44 |
| Hex | 21 | 14 | CC | 54 | 5A | 0 | 14 | F4 | 52 | 2C |
| Octal | 41 | 24 | 314 | 124 | 132 | 0 | 24 | 364 | 122 | 54 |
| Binary | 100001 | 10100 | 11001100 | 1010100 | 1011010 | 0 | 10100 | 11110100 | 1010010 | 101100 |
Color Harmonies of #2114CC
Complementary color
Monochromatic Colors of #2114CC
Black with #2114CC
Text Example
Text Example
White with #2114CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2114CC; }
p { color: rgb(33,20,204); }
H1.HeaderClassName
{
color: #2114CC;
}
.AnyTagClassName
{
color: #2114CC;
}
</style>
background-color css
<style>
a { background-color: #2114CC; }
a { background-color: rgb(33,20,204); }
div.DivClassName
{
background-color: #2114CC;
}
.BgClassName
{
background-color: #2114CC;
}
</style>
border-color css
<style>
span { border-color: #2114CC; }
span { border-color: rgb(33,20,204); }
td.TdClassName
{
border-color: #2114CC;
}
.TagClassName
{
border-color: #2114CC;
}
</style>