Shades of Medium Blue #2110CF
Tints of Medium Blue #2110CF
RGB
CMYK
RGB Variations
Color information
#2110CF (or 0x2110CF) is known color: Medium Blue. HEX triplet: 21, 10 and CF. RGB value is (33,16,207). Sum of RGB (Red+Green+Blue) = 33+16+207=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 207 (81.25% from 255 or 80.86% from 256); Max value from RGB is 207 - color contains mainly: blue. Hex color #2110CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2110CF is #DEEF30. Grayscale: #2A2A2A. Windows color (decimal): -14610225 or 13570081. OLE color: 13570081.
HSL color Cylindrical-coordinate representation of color #2110CF: hue angle of 245.34º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2110CF is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 16 | 207 | - |
| CMYK | 0.84 | 0.92 | 0 | 0.19 |
| HSL | 245.34º | 0.86% | 0.44% | - |
| HSV(B) | 245.34º | 0.92% | 0.81% | - |
| XYZ | 12.07 | 5.2 | 59.4 | - |
| YUV | 42.86 | 220.63 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 207 | 0.84 | 0.92 | 0 | 0.19 | 245.34 | 0.86 | 0.44 |
| Hex | 21 | 10 | CF | 54 | 5C | 0 | 13 | F5 | 56 | 2C |
| Octal | 41 | 20 | 317 | 124 | 134 | 0 | 23 | 365 | 126 | 54 |
| Binary | 100001 | 10000 | 11001111 | 1010100 | 1011100 | 0 | 10011 | 11110101 | 1010110 | 101100 |
Color Harmonies of #2110CF
Complementary color
Monochromatic Colors of #2110CF
Black with #2110CF
Text Example
Text Example
White with #2110CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2110CF; }
p { color: rgb(33,16,207); }
H1.HeaderClassName
{
color: #2110CF;
}
.AnyTagClassName
{
color: #2110CF;
}
</style>
background-color css
<style>
a { background-color: #2110CF; }
a { background-color: rgb(33,16,207); }
div.DivClassName
{
background-color: #2110CF;
}
.BgClassName
{
background-color: #2110CF;
}
</style>
border-color css
<style>
span { border-color: #2110CF; }
span { border-color: rgb(33,16,207); }
td.TdClassName
{
border-color: #2110CF;
}
.TagClassName
{
border-color: #2110CF;
}
</style>