Shades of Medium Blue #2003B9
Tints of Medium Blue #2003B9
RGB
CMYK
RGB Variations
Color information
#2003B9 (or 0x2003B9) is known color: Medium Blue. HEX triplet: 20, 03 and B9. RGB value is (32,3,185). Sum of RGB (Red+Green+Blue) = 32+3+185=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 185 (72.66% from 255 or 84.09% from 220); Max value from RGB is 185 - color contains mainly: blue. Hex color #2003B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2003B9 is #DFFC46. Grayscale: #1F1F1F. Windows color (decimal): -14679111 or 12124960. OLE color: 12124960.
HSL color Cylindrical-coordinate representation of color #2003B9: hue angle of 249.56º 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 #2003B9 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 3 | 185 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.27 |
| HSL | 249.56º | 0.97% | 0.37% | - |
| HSV(B) | 249.56º | 0.98% | 0.73% | - |
| XYZ | 9.39 | 3.87 | 46.15 | - |
| YUV | 32.42 | 214.11 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 185 | 0.83 | 0.98 | 0 | 0.27 | 249.56 | 0.97 | 0.37 |
| Hex | 20 | 3 | B9 | 53 | 62 | 0 | 1B | FA | 61 | 25 |
| Octal | 40 | 3 | 271 | 123 | 142 | 0 | 33 | 372 | 141 | 45 |
| Binary | 100000 | 11 | 10111001 | 1010011 | 1100010 | 0 | 11011 | 11111010 | 1100001 | 100101 |
Color Harmonies of #2003B9
Complementary color
Monochromatic Colors of #2003B9
Black with #2003B9
Text Example
Text Example
White with #2003B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2003B9; }
p { color: rgb(32,3,185); }
H1.HeaderClassName
{
color: #2003B9;
}
.AnyTagClassName
{
color: #2003B9;
}
</style>
background-color css
<style>
a { background-color: #2003B9; }
a { background-color: rgb(32,3,185); }
div.DivClassName
{
background-color: #2003B9;
}
.BgClassName
{
background-color: #2003B9;
}
</style>
border-color css
<style>
span { border-color: #2003B9; }
span { border-color: rgb(32,3,185); }
td.TdClassName
{
border-color: #2003B9;
}
.TagClassName
{
border-color: #2003B9;
}
</style>