Shades of Medium Blue #2119CD
Tints of Medium Blue #2119CD
RGB
CMYK
RGB Variations
Color information
#2119CD (or 0x2119CD) is known color: Medium Blue. HEX triplet: 21, 19 and CD. RGB value is (33,25,205). Sum of RGB (Red+Green+Blue) = 33+25+205=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 205 (80.47% from 255 or 77.95% from 263); Max value from RGB is 205 - color contains mainly: blue. Hex color #2119CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2119CD is #DEE632. Grayscale: #2F2F2F. Windows color (decimal): -14607923 or 13441313. OLE color: 13441313.
HSL color Cylindrical-coordinate representation of color #2119CD: hue angle of 242.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2119CD is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 25 | 205 | - |
| CMYK | 0.84 | 0.88 | 0 | 0.20 |
| HSL | 242.67º | 0.78% | 0.45% | - |
| HSV(B) | 242.67º | 0.88% | 0.8% | - |
| XYZ | 11.99 | 5.43 | 58.17 | - |
| YUV | 47.91 | 216.65 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 205 | 0.84 | 0.88 | 0 | 0.20 | 242.67 | 0.78 | 0.45 |
| Hex | 21 | 19 | CD | 54 | 58 | 0 | 14 | F3 | 4E | 2D |
| Octal | 41 | 31 | 315 | 124 | 130 | 0 | 24 | 363 | 116 | 55 |
| Binary | 100001 | 11001 | 11001101 | 1010100 | 1011000 | 0 | 10100 | 11110011 | 1001110 | 101101 |
Color Harmonies of #2119CD
Complementary color
Monochromatic Colors of #2119CD
Black with #2119CD
Text Example
Text Example
White with #2119CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2119CD; }
p { color: rgb(33,25,205); }
H1.HeaderClassName
{
color: #2119CD;
}
.AnyTagClassName
{
color: #2119CD;
}
</style>
background-color css
<style>
a { background-color: #2119CD; }
a { background-color: rgb(33,25,205); }
div.DivClassName
{
background-color: #2119CD;
}
.BgClassName
{
background-color: #2119CD;
}
</style>
border-color css
<style>
span { border-color: #2119CD; }
span { border-color: rgb(33,25,205); }
td.TdClassName
{
border-color: #2119CD;
}
.TagClassName
{
border-color: #2119CD;
}
</style>