Shades of Medium Blue #2005BC
Tints of Medium Blue #2005BC
RGB
CMYK
RGB Variations
Color information
#2005BC (or 0x2005BC) is known color: Medium Blue. HEX triplet: 20, 05 and BC. RGB value is (32,5,188). Sum of RGB (Red+Green+Blue) = 32+5+188=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 188 (73.83% from 255 or 83.56% from 225); Max value from RGB is 188 - color contains mainly: blue. Hex color #2005BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2005BC is #DFFA43. Grayscale: #212121. Windows color (decimal): -14678596 or 12322080. OLE color: 12322080.
HSL color Cylindrical-coordinate representation of color #2005BC: hue angle of 248.85º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2005BC is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 5 | 188 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.26 |
| HSL | 248.85º | 0.95% | 0.38% | - |
| HSV(B) | 248.85º | 0.97% | 0.74% | - |
| XYZ | 9.73 | 4.05 | 47.85 | - |
| YUV | 33.94 | 214.95 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 5 | 188 | 0.83 | 0.97 | 0 | 0.26 | 248.85 | 0.95 | 0.38 |
| Hex | 20 | 5 | BC | 53 | 61 | 0 | 1A | F9 | 5F | 26 |
| Octal | 40 | 5 | 274 | 123 | 141 | 0 | 32 | 371 | 137 | 46 |
| Binary | 100000 | 101 | 10111100 | 1010011 | 1100001 | 0 | 11010 | 11111001 | 1011111 | 100110 |
Color Harmonies of #2005BC
Complementary color
Monochromatic Colors of #2005BC
Black with #2005BC
Text Example
Text Example
White with #2005BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2005BC; }
p { color: rgb(32,5,188); }
H1.HeaderClassName
{
color: #2005BC;
}
.AnyTagClassName
{
color: #2005BC;
}
</style>
background-color css
<style>
a { background-color: #2005BC; }
a { background-color: rgb(32,5,188); }
div.DivClassName
{
background-color: #2005BC;
}
.BgClassName
{
background-color: #2005BC;
}
</style>
border-color css
<style>
span { border-color: #2005BC; }
span { border-color: rgb(32,5,188); }
td.TdClassName
{
border-color: #2005BC;
}
.TagClassName
{
border-color: #2005BC;
}
</style>