Shades of Medium Blue #2003BD
Tints of Medium Blue #2003BD
RGB
CMYK
RGB Variations
Color information
#2003BD (or 0x2003BD) is known color: Medium Blue. HEX triplet: 20, 03 and BD. RGB value is (32,3,189). Sum of RGB (Red+Green+Blue) = 32+3+189=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 189 (74.22% from 255 or 84.38% from 224); Max value from RGB is 189 - color contains mainly: blue. Hex color #2003BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2003BD is #DFFC42. Grayscale: #202020. Windows color (decimal): -14679107 or 12387104. OLE color: 12387104.
HSL color Cylindrical-coordinate representation of color #2003BD: hue angle of 249.35º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2003BD is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 3 | 189 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.26 |
| HSL | 249.35º | 0.97% | 0.38% | - |
| HSV(B) | 249.35º | 0.98% | 0.74% | - |
| XYZ | 9.81 | 4.05 | 48.41 | - |
| YUV | 32.88 | 216.11 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 189 | 0.83 | 0.98 | 0 | 0.26 | 249.35 | 0.97 | 0.38 |
| Hex | 20 | 3 | BD | 53 | 62 | 0 | 1A | F9 | 61 | 26 |
| Octal | 40 | 3 | 275 | 123 | 142 | 0 | 32 | 371 | 141 | 46 |
| Binary | 100000 | 11 | 10111101 | 1010011 | 1100010 | 0 | 11010 | 11111001 | 1100001 | 100110 |
Color Harmonies of #2003BD
Complementary color
Monochromatic Colors of #2003BD
Black with #2003BD
Text Example
Text Example
White with #2003BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2003BD; }
p { color: rgb(32,3,189); }
H1.HeaderClassName
{
color: #2003BD;
}
.AnyTagClassName
{
color: #2003BD;
}
</style>
background-color css
<style>
a { background-color: #2003BD; }
a { background-color: rgb(32,3,189); }
div.DivClassName
{
background-color: #2003BD;
}
.BgClassName
{
background-color: #2003BD;
}
</style>
border-color css
<style>
span { border-color: #2003BD; }
span { border-color: rgb(32,3,189); }
td.TdClassName
{
border-color: #2003BD;
}
.TagClassName
{
border-color: #2003BD;
}
</style>