Shades of Medium Blue #2107BD
Tints of Medium Blue #2107BD
RGB
CMYK
RGB Variations
Color information
#2107BD (or 0x2107BD) is known color: Medium Blue. HEX triplet: 21, 07 and BD. RGB value is (33,7,189). Sum of RGB (Red+Green+Blue) = 33+7+189=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 189 (74.22% from 255 or 82.53% from 229); Max value from RGB is 189 - color contains mainly: blue. Hex color #2107BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2107BD is #DEF842. Grayscale: #222222. Windows color (decimal): -14612547 or 12388129. OLE color: 12388129.
HSL color Cylindrical-coordinate representation of color #2107BD: hue angle of 248.57º 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 #2107BD is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 7 | 189 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.26 |
| HSL | 248.57º | 0.93% | 0.38% | - |
| HSV(B) | 248.57º | 0.96% | 0.74% | - |
| XYZ | 9.89 | 4.15 | 48.42 | - |
| YUV | 35.52 | 214.61 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 189 | 0.83 | 0.96 | 0 | 0.26 | 248.57 | 0.93 | 0.38 |
| Hex | 21 | 7 | BD | 53 | 60 | 0 | 1A | F9 | 5D | 26 |
| Octal | 41 | 7 | 275 | 123 | 140 | 0 | 32 | 371 | 135 | 46 |
| Binary | 100001 | 111 | 10111101 | 1010011 | 1100000 | 0 | 11010 | 11111001 | 1011101 | 100110 |
Color Harmonies of #2107BD
Complementary color
Monochromatic Colors of #2107BD
Black with #2107BD
Text Example
Text Example
White with #2107BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2107BD; }
p { color: rgb(33,7,189); }
H1.HeaderClassName
{
color: #2107BD;
}
.AnyTagClassName
{
color: #2107BD;
}
</style>
background-color css
<style>
a { background-color: #2107BD; }
a { background-color: rgb(33,7,189); }
div.DivClassName
{
background-color: #2107BD;
}
.BgClassName
{
background-color: #2107BD;
}
</style>
border-color css
<style>
span { border-color: #2107BD; }
span { border-color: rgb(33,7,189); }
td.TdClassName
{
border-color: #2107BD;
}
.TagClassName
{
border-color: #2107BD;
}
</style>