Shades of Medium Blue #2107CE
Tints of Medium Blue #2107CE
RGB
CMYK
RGB Variations
Color information
#2107CE (or 0x2107CE) is known color: Medium Blue. HEX triplet: 21, 07 and CE. RGB value is (33,7,206). Sum of RGB (Red+Green+Blue) = 33+7+206=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 206 (80.86% from 255 or 83.74% from 246); Max value from RGB is 206 - color contains mainly: blue. Hex color #2107CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2107CE is #DEF831. Grayscale: #242424. Windows color (decimal): -14612530 or 13502241. OLE color: 13502241.
HSL color Cylindrical-coordinate representation of color #2107CE: hue angle of 247.84º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2107CE is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 7 | 206 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.19 |
| HSL | 247.84º | 0.93% | 0.42% | - |
| HSV(B) | 247.84º | 0.97% | 0.81% | - |
| XYZ | 11.84 | 4.93 | 58.72 | - |
| YUV | 37.46 | 223.11 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 206 | 0.84 | 0.97 | 0 | 0.19 | 247.84 | 0.93 | 0.42 |
| Hex | 21 | 7 | CE | 54 | 61 | 0 | 13 | F8 | 5D | 2A |
| Octal | 41 | 7 | 316 | 124 | 141 | 0 | 23 | 370 | 135 | 52 |
| Binary | 100001 | 111 | 11001110 | 1010100 | 1100001 | 0 | 10011 | 11111000 | 1011101 | 101010 |
Color Harmonies of #2107CE
Complementary color
Monochromatic Colors of #2107CE
Black with #2107CE
Text Example
Text Example
White with #2107CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2107CE; }
p { color: rgb(33,7,206); }
H1.HeaderClassName
{
color: #2107CE;
}
.AnyTagClassName
{
color: #2107CE;
}
</style>
background-color css
<style>
a { background-color: #2107CE; }
a { background-color: rgb(33,7,206); }
div.DivClassName
{
background-color: #2107CE;
}
.BgClassName
{
background-color: #2107CE;
}
</style>
border-color css
<style>
span { border-color: #2107CE; }
span { border-color: rgb(33,7,206); }
td.TdClassName
{
border-color: #2107CE;
}
.TagClassName
{
border-color: #2107CE;
}
</style>