Shades of Blue #0729F1
Tints of Blue #0729F1
RGB
CMYK
RGB Variations
Color information
#0729F1 (or 0x0729F1) is known color: Blue. HEX triplet: 07, 29 and F1. RGB value is (7,41,241). Sum of RGB (Red+Green+Blue) = 7+41+241=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 241 (94.53% from 255 or 83.39% from 289); Max value from RGB is 241 - color contains mainly: blue. Hex color #0729F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0729F1 is #F8D60E. Grayscale: #343434. Windows color (decimal): -16307727 or 15804679. OLE color: 15804679.
HSL color Cylindrical-coordinate representation of color #0729F1: hue angle of 231.28º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0729F1 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 41 | 241 | - |
| CMYK | 0.97 | 0.83 | 0 | 0.05 |
| HSL | 231.28º | 0.94% | 0.49% | - |
| HSV(B) | 231.28º | 0.97% | 0.95% | - |
| XYZ | 16.76 | 7.98 | 83.88 | - |
| YUV | 53.63 | 233.74 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 241 | 0.97 | 0.83 | 0 | 0.05 | 231.28 | 0.94 | 0.49 |
| Hex | 7 | 29 | F1 | 61 | 53 | 0 | 5 | E7 | 5E | 31 |
| Octal | 7 | 51 | 361 | 141 | 123 | 0 | 5 | 347 | 136 | 61 |
| Binary | 111 | 101001 | 11110001 | 1100001 | 1010011 | 0 | 101 | 11100111 | 1011110 | 110001 |
Color Harmonies of #0729F1
Complementary color
Monochromatic Colors of #0729F1
Black with #0729F1
Text Example
Text Example
White with #0729F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0729F1; }
p { color: rgb(7,41,241); }
H1.HeaderClassName
{
color: #0729F1;
}
.AnyTagClassName
{
color: #0729F1;
}
</style>
background-color css
<style>
a { background-color: #0729F1; }
a { background-color: rgb(7,41,241); }
div.DivClassName
{
background-color: #0729F1;
}
.BgClassName
{
background-color: #0729F1;
}
</style>
border-color css
<style>
span { border-color: #0729F1; }
span { border-color: rgb(7,41,241); }
td.TdClassName
{
border-color: #0729F1;
}
.TagClassName
{
border-color: #0729F1;
}
</style>