Shades of Medium Blue #2107DD
Tints of Medium Blue #2107DD
RGB
CMYK
RGB Variations
Color information
#2107DD (or 0x2107DD) is known color: Medium Blue. HEX triplet: 21, 07 and DD. RGB value is (33,7,221). Sum of RGB (Red+Green+Blue) = 33+7+221=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 221 (86.72% from 255 or 84.67% from 261); Max value from RGB is 221 - color contains mainly: blue. Hex color #2107DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2107DD is #DEF822. Grayscale: #262626. Windows color (decimal): -14612515 or 14485281. OLE color: 14485281.
HSL color Cylindrical-coordinate representation of color #2107DD: hue angle of 247.29º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2107DD is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 7 | 221 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.13 |
| HSL | 247.29º | 0.94% | 0.45% | - |
| HSV(B) | 247.29º | 0.97% | 0.87% | - |
| XYZ | 13.75 | 5.7 | 68.78 | - |
| YUV | 39.17 | 230.61 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 221 | 0.85 | 0.97 | 0 | 0.13 | 247.29 | 0.94 | 0.45 |
| Hex | 21 | 7 | DD | 55 | 61 | 0 | D | F7 | 5E | 2D |
| Octal | 41 | 7 | 335 | 125 | 141 | 0 | 15 | 367 | 136 | 55 |
| Binary | 100001 | 111 | 11011101 | 1010101 | 1100001 | 0 | 1101 | 11110111 | 1011110 | 101101 |
Color Harmonies of #2107DD
Complementary color
Monochromatic Colors of #2107DD
Black with #2107DD
Text Example
Text Example
White with #2107DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2107DD; }
p { color: rgb(33,7,221); }
H1.HeaderClassName
{
color: #2107DD;
}
.AnyTagClassName
{
color: #2107DD;
}
</style>
background-color css
<style>
a { background-color: #2107DD; }
a { background-color: rgb(33,7,221); }
div.DivClassName
{
background-color: #2107DD;
}
.BgClassName
{
background-color: #2107DD;
}
</style>
border-color css
<style>
span { border-color: #2107DD; }
span { border-color: rgb(33,7,221); }
td.TdClassName
{
border-color: #2107DD;
}
.TagClassName
{
border-color: #2107DD;
}
</style>