Shades of Medium Blue #2118CA
Tints of Medium Blue #2118CA
RGB
CMYK
RGB Variations
Color information
#2118CA (or 0x2118CA) is known color: Medium Blue. HEX triplet: 21, 18 and CA. RGB value is (33,24,202). Sum of RGB (Red+Green+Blue) = 33+24+202=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 202 (79.30% from 255 or 77.99% from 259); Max value from RGB is 202 - color contains mainly: blue. Hex color #2118CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2118CA is #DEE735. Grayscale: #2E2E2E. Windows color (decimal): -14608182 or 13244449. OLE color: 13244449.
HSL color Cylindrical-coordinate representation of color #2118CA: hue angle of 243.03º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2118CA is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 24 | 202 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.21 |
| HSL | 243.03º | 0.79% | 0.44% | - |
| HSV(B) | 243.03º | 0.88% | 0.79% | - |
| XYZ | 11.61 | 5.24 | 56.28 | - |
| YUV | 46.98 | 215.48 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 202 | 0.84 | 0.88 | 0 | 0.21 | 243.03 | 0.79 | 0.44 |
| Hex | 21 | 18 | CA | 54 | 58 | 0 | 15 | F3 | 4F | 2C |
| Octal | 41 | 30 | 312 | 124 | 130 | 0 | 25 | 363 | 117 | 54 |
| Binary | 100001 | 11000 | 11001010 | 1010100 | 1011000 | 0 | 10101 | 11110011 | 1001111 | 101100 |
Color Harmonies of #2118CA
Complementary color
Monochromatic Colors of #2118CA
Black with #2118CA
Text Example
Text Example
White with #2118CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2118CA; }
p { color: rgb(33,24,202); }
H1.HeaderClassName
{
color: #2118CA;
}
.AnyTagClassName
{
color: #2118CA;
}
</style>
background-color css
<style>
a { background-color: #2118CA; }
a { background-color: rgb(33,24,202); }
div.DivClassName
{
background-color: #2118CA;
}
.BgClassName
{
background-color: #2118CA;
}
</style>
border-color css
<style>
span { border-color: #2118CA; }
span { border-color: rgb(33,24,202); }
td.TdClassName
{
border-color: #2118CA;
}
.TagClassName
{
border-color: #2118CA;
}
</style>