Shades of Medium Blue #2106D0
Tints of Medium Blue #2106D0
RGB
CMYK
RGB Variations
Color information
#2106D0 (or 0x2106D0) is known color: Medium Blue. HEX triplet: 21, 06 and D0. RGB value is (33,6,208). Sum of RGB (Red+Green+Blue) = 33+6+208=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 208 (81.64% from 255 or 84.21% from 247); Max value from RGB is 208 - color contains mainly: blue. Hex color #2106D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2106D0 is #DEF92F. Grayscale: #242424. Windows color (decimal): -14612784 or 13633057. OLE color: 13633057.
HSL color Cylindrical-coordinate representation of color #2106D0: hue angle of 248.02º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2106D0 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 6 | 208 | - |
| CMYK | 0.84 | 0.97 | 0 | 0.18 |
| HSL | 248.02º | 0.94% | 0.42% | - |
| HSV(B) | 248.02º | 0.97% | 0.82% | - |
| XYZ | 12.08 | 5.01 | 60 | - |
| YUV | 37.1 | 224.45 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 208 | 0.84 | 0.97 | 0 | 0.18 | 248.02 | 0.94 | 0.42 |
| Hex | 21 | 6 | D0 | 54 | 61 | 0 | 12 | F8 | 5E | 2A |
| Octal | 41 | 6 | 320 | 124 | 141 | 0 | 22 | 370 | 136 | 52 |
| Binary | 100001 | 110 | 11010000 | 1010100 | 1100001 | 0 | 10010 | 11111000 | 1011110 | 101010 |
Color Harmonies of #2106D0
Complementary color
Monochromatic Colors of #2106D0
Black with #2106D0
Text Example
Text Example
White with #2106D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2106D0; }
p { color: rgb(33,6,208); }
H1.HeaderClassName
{
color: #2106D0;
}
.AnyTagClassName
{
color: #2106D0;
}
</style>
background-color css
<style>
a { background-color: #2106D0; }
a { background-color: rgb(33,6,208); }
div.DivClassName
{
background-color: #2106D0;
}
.BgClassName
{
background-color: #2106D0;
}
</style>
border-color css
<style>
span { border-color: #2106D0; }
span { border-color: rgb(33,6,208); }
td.TdClassName
{
border-color: #2106D0;
}
.TagClassName
{
border-color: #2106D0;
}
</style>