Shades of Medium Blue #0722CE
Tints of Medium Blue #0722CE
RGB
CMYK
RGB Variations
Color information
#0722CE (or 0x0722CE) is known color: Medium Blue. HEX triplet: 07, 22 and CE. RGB value is (7,34,206). Sum of RGB (Red+Green+Blue) = 7+34+206=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 206 (80.86% from 255 or 83.40% from 247); Max value from RGB is 206 - color contains mainly: blue. Hex color #0722CE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0722CE is #F8DD31. Grayscale: #2C2C2C. Windows color (decimal): -16309554 or 13509127. OLE color: 13509127.
HSL color Cylindrical-coordinate representation of color #0722CE: hue angle of 231.86º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0722CE is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 34 | 206 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.19 |
| HSL | 231.86º | 0.93% | 0.42% | - |
| HSV(B) | 231.86º | 0.97% | 0.81% | - |
| XYZ | 11.8 | 5.65 | 58.86 | - |
| YUV | 45.54 | 218.55 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 206 | 0.97 | 0.83 | 0 | 0.19 | 231.86 | 0.93 | 0.42 |
| Hex | 7 | 22 | CE | 61 | 53 | 0 | 13 | E8 | 5D | 2A |
| Octal | 7 | 42 | 316 | 141 | 123 | 0 | 23 | 350 | 135 | 52 |
| Binary | 111 | 100010 | 11001110 | 1100001 | 1010011 | 0 | 10011 | 11101000 | 1011101 | 101010 |
Color Harmonies of #0722CE
Complementary color
Monochromatic Colors of #0722CE
Black with #0722CE
Text Example
Text Example
White with #0722CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0722CE; }
p { color: rgb(7,34,206); }
H1.HeaderClassName
{
color: #0722CE;
}
.AnyTagClassName
{
color: #0722CE;
}
</style>
background-color css
<style>
a { background-color: #0722CE; }
a { background-color: rgb(7,34,206); }
div.DivClassName
{
background-color: #0722CE;
}
.BgClassName
{
background-color: #0722CE;
}
</style>
border-color css
<style>
span { border-color: #0722CE; }
span { border-color: rgb(7,34,206); }
td.TdClassName
{
border-color: #0722CE;
}
.TagClassName
{
border-color: #0722CE;
}
</style>