Shades of Medium Blue #2000B5
Tints of Medium Blue #2000B5
RGB
CMYK
RGB Variations
Color information
#2000B5 (or 0x2000B5) is known color: Medium Blue. HEX triplet: 20, 00 and B5. RGB value is (32,0,181). Sum of RGB (Red+Green+Blue) = 32+0+181=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 181 (71.09% from 255 or 84.98% from 213); Max value from RGB is 181 - color contains mainly: blue. Hex color #2000B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2000B5 is #DFFF4A. Grayscale: #1D1D1D. Windows color (decimal): -14679883 or 11862048. OLE color: 11862048.
HSL color Cylindrical-coordinate representation of color #2000B5: hue angle of 250.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2000B5 is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 0 | 181 | - |
| CMYK | 0.82 | 1 | 0 | 0.29 |
| HSL | 250.61º | 1% | 0.35% | - |
| HSV(B) | 250.61º | 1% | 0.71% | - |
| XYZ | 8.94 | 3.64 | 43.95 | - |
| YUV | 30.2 | 213.1 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 0 | 181 | 0.82 | 1 | 0 | 0.29 | 250.61 | 1 | 0.35 |
| Hex | 20 | 0 | B5 | 52 | 64 | 0 | 1D | FB | 64 | 23 |
| Octal | 40 | 0 | 265 | 122 | 144 | 0 | 35 | 373 | 144 | 43 |
| Binary | 100000 | 0 | 10110101 | 1010010 | 1100100 | 0 | 11101 | 11111011 | 1100100 | 100011 |
Color Harmonies of #2000B5
Complementary color
Monochromatic Colors of #2000B5
Black with #2000B5
Text Example
Text Example
White with #2000B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2000B5; }
p { color: rgb(32,0,181); }
H1.HeaderClassName
{
color: #2000B5;
}
.AnyTagClassName
{
color: #2000B5;
}
</style>
background-color css
<style>
a { background-color: #2000B5; }
a { background-color: rgb(32,0,181); }
div.DivClassName
{
background-color: #2000B5;
}
.BgClassName
{
background-color: #2000B5;
}
</style>
border-color css
<style>
span { border-color: #2000B5; }
span { border-color: rgb(32,0,181); }
td.TdClassName
{
border-color: #2000B5;
}
.TagClassName
{
border-color: #2000B5;
}
</style>