Shades of Medium Blue #2107DB
Tints of Medium Blue #2107DB
RGB
CMYK
RGB Variations
Color information
#2107DB (or 0x2107DB) is known color: Medium Blue. HEX triplet: 21, 07 and DB. RGB value is (33,7,219). Sum of RGB (Red+Green+Blue) = 33+7+219=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 219 (85.94% from 255 or 84.56% from 259); Max value from RGB is 219 - color contains mainly: blue. Hex color #2107DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2107DB is #DEF824. Grayscale: #262626. Windows color (decimal): -14612517 or 14354209. OLE color: 14354209.
HSL color Cylindrical-coordinate representation of color #2107DB: hue angle of 247.36º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2107DB is Cyan = 0.85, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 7 | 219 | - |
| CMYK | 0.85 | 0.97 | 0 | 0.14 |
| HSL | 247.36º | 0.94% | 0.44% | - |
| HSV(B) | 247.36º | 0.97% | 0.86% | - |
| XYZ | 13.49 | 5.59 | 67.39 | - |
| YUV | 38.94 | 229.61 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 7 | 219 | 0.85 | 0.97 | 0 | 0.14 | 247.36 | 0.94 | 0.44 |
| Hex | 21 | 7 | DB | 55 | 61 | 0 | E | F7 | 5E | 2C |
| Octal | 41 | 7 | 333 | 125 | 141 | 0 | 16 | 367 | 136 | 54 |
| Binary | 100001 | 111 | 11011011 | 1010101 | 1100001 | 0 | 1110 | 11110111 | 1011110 | 101100 |
Color Harmonies of #2107DB
Complementary color
Monochromatic Colors of #2107DB
Black with #2107DB
Text Example
Text Example
White with #2107DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2107DB; }
p { color: rgb(33,7,219); }
H1.HeaderClassName
{
color: #2107DB;
}
.AnyTagClassName
{
color: #2107DB;
}
</style>
background-color css
<style>
a { background-color: #2107DB; }
a { background-color: rgb(33,7,219); }
div.DivClassName
{
background-color: #2107DB;
}
.BgClassName
{
background-color: #2107DB;
}
</style>
border-color css
<style>
span { border-color: #2107DB; }
span { border-color: rgb(33,7,219); }
td.TdClassName
{
border-color: #2107DB;
}
.TagClassName
{
border-color: #2107DB;
}
</style>