Shades of Blue #0726EF
Tints of Blue #0726EF
RGB
CMYK
RGB Variations
Color information
#0726EF (or 0x0726EF) is known color: Blue. HEX triplet: 07, 26 and EF. RGB value is (7,38,239). Sum of RGB (Red+Green+Blue) = 7+38+239=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 239 (93.75% from 255 or 84.15% from 284); Max value from RGB is 239 - color contains mainly: blue. Hex color #0726EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0726EF is #F8D910. Grayscale: #323232. Windows color (decimal): -16308497 or 15672839. OLE color: 15672839.
HSL color Cylindrical-coordinate representation of color #0726EF: hue angle of 231.98º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0726EF is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 38 | 239 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.06 |
| HSL | 231.98º | 0.94% | 0.48% | - |
| HSV(B) | 231.98º | 0.97% | 0.94% | - |
| XYZ | 16.36 | 7.66 | 82.28 | - |
| YUV | 51.65 | 233.73 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 239 | 0.97 | 0.84 | 0 | 0.06 | 231.98 | 0.94 | 0.48 |
| Hex | 7 | 26 | EF | 61 | 54 | 0 | 6 | E8 | 5E | 30 |
| Octal | 7 | 46 | 357 | 141 | 124 | 0 | 6 | 350 | 136 | 60 |
| Binary | 111 | 100110 | 11101111 | 1100001 | 1010100 | 0 | 110 | 11101000 | 1011110 | 110000 |
Color Harmonies of #0726EF
Complementary color
Monochromatic Colors of #0726EF
Black with #0726EF
Text Example
Text Example
White with #0726EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0726EF; }
p { color: rgb(7,38,239); }
H1.HeaderClassName
{
color: #0726EF;
}
.AnyTagClassName
{
color: #0726EF;
}
</style>
background-color css
<style>
a { background-color: #0726EF; }
a { background-color: rgb(7,38,239); }
div.DivClassName
{
background-color: #0726EF;
}
.BgClassName
{
background-color: #0726EF;
}
</style>
border-color css
<style>
span { border-color: #0726EF; }
span { border-color: rgb(7,38,239); }
td.TdClassName
{
border-color: #0726EF;
}
.TagClassName
{
border-color: #0726EF;
}
</style>