Shades of Medium Blue #0720CB
Tints of Medium Blue #0720CB
RGB
CMYK
RGB Variations
Color information
#0720CB (or 0x0720CB) is known color: Medium Blue. HEX triplet: 07, 20 and CB. RGB value is (7,32,203). Sum of RGB (Red+Green+Blue) = 7+32+203=242 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.89% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 203 (79.69% from 255 or 83.88% from 242); Max value from RGB is 203 - color contains mainly: blue. Hex color #0720CB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0720CB is #F8DF34. Grayscale: #2B2B2B. Windows color (decimal): -16310069 or 13312007. OLE color: 13312007.
HSL color Cylindrical-coordinate representation of color #0720CB: hue angle of 232.35º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0720CB is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 32 | 203 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.20 |
| HSL | 232.35º | 0.93% | 0.41% | - |
| HSV(B) | 232.35º | 0.97% | 0.8% | - |
| XYZ | 11.38 | 5.39 | 56.94 | - |
| YUV | 44.02 | 217.72 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 203 | 0.97 | 0.84 | 0 | 0.20 | 232.35 | 0.93 | 0.41 |
| Hex | 7 | 20 | CB | 61 | 54 | 0 | 14 | E8 | 5D | 29 |
| Octal | 7 | 40 | 313 | 141 | 124 | 0 | 24 | 350 | 135 | 51 |
| Binary | 111 | 100000 | 11001011 | 1100001 | 1010100 | 0 | 10100 | 11101000 | 1011101 | 101001 |
Color Harmonies of #0720CB
Complementary color
Monochromatic Colors of #0720CB
Black with #0720CB
Text Example
Text Example
White with #0720CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0720CB; }
p { color: rgb(7,32,203); }
H1.HeaderClassName
{
color: #0720CB;
}
.AnyTagClassName
{
color: #0720CB;
}
</style>
background-color css
<style>
a { background-color: #0720CB; }
a { background-color: rgb(7,32,203); }
div.DivClassName
{
background-color: #0720CB;
}
.BgClassName
{
background-color: #0720CB;
}
</style>
border-color css
<style>
span { border-color: #0720CB; }
span { border-color: rgb(7,32,203); }
td.TdClassName
{
border-color: #0720CB;
}
.TagClassName
{
border-color: #0720CB;
}
</style>