Shades of Medium Blue #2107E4
Tints of Medium Blue #2107E4
RGB
CMYK
RGB Variations
Color information
#2107E4 (or 0x2107E4) is known color: Medium Blue. HEX triplet: 21, 07 and E4. RGB value is (33,7,228). Sum of RGB (Red+Green+Blue) = 33+7+228=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 7 (3.12% from 255 or 2.61% from 268); Blue value is 228 (89.45% from 255 or 85.07% from 268); Max value from RGB is 228 - color contains mainly: blue. Hex color #2107E4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2107E4 is #DEF81B. Grayscale: #272727. Windows color (decimal): -14612508 or 14944033. OLE color: 14944033.
HSL color Cylindrical-coordinate representation of color #2107E4: hue angle of 247.06º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2107E4 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 7 | 228 | - |
| CMYK | 0.86 | 0.97 | 0 | 0.11 |
| HSL | 247.06º | 0.94% | 0.46% | - |
| HSV(B) | 247.06º | 0.97% | 0.89% | - |
| XYZ | 14.71 | 6.08 | 73.8 | - |
| YUV | 39.97 | 234.11 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 228 | 0.86 | 0.97 | 0 | 0.11 | 247.06 | 0.94 | 0.46 |
| Hex | 21 | 7 | E4 | 56 | 61 | 0 | B | F7 | 5E | 2E |
| Octal | 41 | 7 | 344 | 126 | 141 | 0 | 13 | 367 | 136 | 56 |
| Binary | 100001 | 111 | 11100100 | 1010110 | 1100001 | 0 | 1011 | 11110111 | 1011110 | 101110 |
Color Harmonies of #2107E4
Complementary color
Monochromatic Colors of #2107E4
Black with #2107E4
Text Example
Text Example
White with #2107E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2107E4; }
p { color: rgb(33,7,228); }
H1.HeaderClassName
{
color: #2107E4;
}
.AnyTagClassName
{
color: #2107E4;
}
</style>
background-color css
<style>
a { background-color: #2107E4; }
a { background-color: rgb(33,7,228); }
div.DivClassName
{
background-color: #2107E4;
}
.BgClassName
{
background-color: #2107E4;
}
</style>
border-color css
<style>
span { border-color: #2107E4; }
span { border-color: rgb(33,7,228); }
td.TdClassName
{
border-color: #2107E4;
}
.TagClassName
{
border-color: #2107E4;
}
</style>