Shades of Medium Blue #2003BF
Tints of Medium Blue #2003BF
RGB
CMYK
RGB Variations
Color information
#2003BF (or 0x2003BF) is known color: Medium Blue. HEX triplet: 20, 03 and BF. RGB value is (32,3,191). Sum of RGB (Red+Green+Blue) = 32+3+191=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 191 (75% from 255 or 84.51% from 226); Max value from RGB is 191 - color contains mainly: blue. Hex color #2003BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2003BF is #DFFC40. Grayscale: #202020. Windows color (decimal): -14679105 or 12518176. OLE color: 12518176.
HSL color Cylindrical-coordinate representation of color #2003BF: hue angle of 249.26º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2003BF is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 3 | 191 | - |
| CMYK | 0.83 | 0.98 | 0 | 0.25 |
| HSL | 249.26º | 0.97% | 0.38% | - |
| HSV(B) | 249.26º | 0.98% | 0.75% | - |
| XYZ | 10.03 | 4.13 | 49.56 | - |
| YUV | 33.1 | 217.11 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 3 | 191 | 0.83 | 0.98 | 0 | 0.25 | 249.26 | 0.97 | 0.38 |
| Hex | 20 | 3 | BF | 53 | 62 | 0 | 19 | F9 | 61 | 26 |
| Octal | 40 | 3 | 277 | 123 | 142 | 0 | 31 | 371 | 141 | 46 |
| Binary | 100000 | 11 | 10111111 | 1010011 | 1100010 | 0 | 11001 | 11111001 | 1100001 | 100110 |
Color Harmonies of #2003BF
Complementary color
Monochromatic Colors of #2003BF
Black with #2003BF
Text Example
Text Example
White with #2003BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2003BF; }
p { color: rgb(32,3,191); }
H1.HeaderClassName
{
color: #2003BF;
}
.AnyTagClassName
{
color: #2003BF;
}
</style>
background-color css
<style>
a { background-color: #2003BF; }
a { background-color: rgb(32,3,191); }
div.DivClassName
{
background-color: #2003BF;
}
.BgClassName
{
background-color: #2003BF;
}
</style>
border-color css
<style>
span { border-color: #2003BF; }
span { border-color: rgb(32,3,191); }
td.TdClassName
{
border-color: #2003BF;
}
.TagClassName
{
border-color: #2003BF;
}
</style>