Shades of Medium Blue #0726DC
Tints of Medium Blue #0726DC
RGB
CMYK
RGB Variations
Color information
#0726DC (or 0x0726DC) is known color: Medium Blue. HEX triplet: 07, 26 and DC. RGB value is (7,38,220). Sum of RGB (Red+Green+Blue) = 7+38+220=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 220 (86.33% from 255 or 83.02% from 265); Max value from RGB is 220 - color contains mainly: blue. Hex color #0726DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0726DC is #F8D923. Grayscale: #303030. Windows color (decimal): -16308516 or 14427655. OLE color: 14427655.
HSL color Cylindrical-coordinate representation of color #0726DC: hue angle of 231.27º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0726DC is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 38 | 220 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.14 |
| HSL | 231.27º | 0.94% | 0.45% | - |
| HSV(B) | 231.27º | 0.97% | 0.86% | - |
| XYZ | 13.7 | 6.6 | 68.26 | - |
| YUV | 49.48 | 224.23 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 220 | 0.97 | 0.83 | 0 | 0.14 | 231.27 | 0.94 | 0.45 |
| Hex | 7 | 26 | DC | 61 | 53 | 0 | E | E7 | 5E | 2D |
| Octal | 7 | 46 | 334 | 141 | 123 | 0 | 16 | 347 | 136 | 55 |
| Binary | 111 | 100110 | 11011100 | 1100001 | 1010011 | 0 | 1110 | 11100111 | 1011110 | 101101 |
Color Harmonies of #0726DC
Complementary color
Monochromatic Colors of #0726DC
Black with #0726DC
Text Example
Text Example
White with #0726DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0726DC; }
p { color: rgb(7,38,220); }
H1.HeaderClassName
{
color: #0726DC;
}
.AnyTagClassName
{
color: #0726DC;
}
</style>
background-color css
<style>
a { background-color: #0726DC; }
a { background-color: rgb(7,38,220); }
div.DivClassName
{
background-color: #0726DC;
}
.BgClassName
{
background-color: #0726DC;
}
</style>
border-color css
<style>
span { border-color: #0726DC; }
span { border-color: rgb(7,38,220); }
td.TdClassName
{
border-color: #0726DC;
}
.TagClassName
{
border-color: #0726DC;
}
</style>