Shades of Medium Blue #2103BB
Tints of Medium Blue #2103BB
RGB
CMYK
RGB Variations
Color information
#2103BB (or 0x2103BB) is known color: Medium Blue. HEX triplet: 21, 03 and BB. RGB value is (33,3,187). Sum of RGB (Red+Green+Blue) = 33+3+187=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 187 (73.44% from 255 or 83.86% from 223); Max value from RGB is 187 - color contains mainly: blue. Hex color #2103BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2103BB is #DEFC44. Grayscale: #202020. Windows color (decimal): -14613573 or 12256033. OLE color: 12256033.
HSL color Cylindrical-coordinate representation of color #2103BB: hue angle of 249.78º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2103BB is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 3 | 187 | - |
| CMYK | 0.82 | 0.98 | 0 | 0.27 |
| HSL | 249.78º | 0.97% | 0.37% | - |
| HSV(B) | 249.78º | 0.98% | 0.73% | - |
| XYZ | 9.63 | 3.98 | 47.27 | - |
| YUV | 32.95 | 214.94 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 187 | 0.82 | 0.98 | 0 | 0.27 | 249.78 | 0.97 | 0.37 |
| Hex | 21 | 3 | BB | 52 | 62 | 0 | 1B | FA | 61 | 25 |
| Octal | 41 | 3 | 273 | 122 | 142 | 0 | 33 | 372 | 141 | 45 |
| Binary | 100001 | 11 | 10111011 | 1010010 | 1100010 | 0 | 11011 | 11111010 | 1100001 | 100101 |
Color Harmonies of #2103BB
Complementary color
Monochromatic Colors of #2103BB
Black with #2103BB
Text Example
Text Example
White with #2103BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2103BB; }
p { color: rgb(33,3,187); }
H1.HeaderClassName
{
color: #2103BB;
}
.AnyTagClassName
{
color: #2103BB;
}
</style>
background-color css
<style>
a { background-color: #2103BB; }
a { background-color: rgb(33,3,187); }
div.DivClassName
{
background-color: #2103BB;
}
.BgClassName
{
background-color: #2103BB;
}
</style>
border-color css
<style>
span { border-color: #2103BB; }
span { border-color: rgb(33,3,187); }
td.TdClassName
{
border-color: #2103BB;
}
.TagClassName
{
border-color: #2103BB;
}
</style>