Shades of Medium Blue #2107BC
Tints of Medium Blue #2107BC
RGB
CMYK
RGB Variations
Color information
#2107BC (or 0x2107BC) is known color: Medium Blue. HEX triplet: 21, 07 and BC. RGB value is (33,7,188). Sum of RGB (Red+Green+Blue) = 33+7+188=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 188 (73.83% from 255 or 82.46% from 228); Max value from RGB is 188 - color contains mainly: blue. Hex color #2107BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2107BC is #DEF843. Grayscale: #222222. Windows color (decimal): -14612548 or 12322593. OLE color: 12322593.
HSL color Cylindrical-coordinate representation of color #2107BC: hue angle of 248.62º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2107BC is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 7 | 188 | - |
| CMYK | 0.82 | 0.96 | 0 | 0.26 |
| HSL | 248.62º | 0.93% | 0.38% | - |
| HSV(B) | 248.62º | 0.96% | 0.74% | - |
| XYZ | 9.78 | 4.11 | 47.85 | - |
| YUV | 35.41 | 214.11 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 188 | 0.82 | 0.96 | 0 | 0.26 | 248.62 | 0.93 | 0.38 |
| Hex | 21 | 7 | BC | 52 | 60 | 0 | 1A | F9 | 5D | 26 |
| Octal | 41 | 7 | 274 | 122 | 140 | 0 | 32 | 371 | 135 | 46 |
| Binary | 100001 | 111 | 10111100 | 1010010 | 1100000 | 0 | 11010 | 11111001 | 1011101 | 100110 |
Color Harmonies of #2107BC
Complementary color
Monochromatic Colors of #2107BC
Black with #2107BC
Text Example
Text Example
White with #2107BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2107BC; }
p { color: rgb(33,7,188); }
H1.HeaderClassName
{
color: #2107BC;
}
.AnyTagClassName
{
color: #2107BC;
}
</style>
background-color css
<style>
a { background-color: #2107BC; }
a { background-color: rgb(33,7,188); }
div.DivClassName
{
background-color: #2107BC;
}
.BgClassName
{
background-color: #2107BC;
}
</style>
border-color css
<style>
span { border-color: #2107BC; }
span { border-color: rgb(33,7,188); }
td.TdClassName
{
border-color: #2107BC;
}
.TagClassName
{
border-color: #2107BC;
}
</style>