Shades of Blue #0729FB
Tints of Blue #0729FB
RGB
CMYK
RGB Variations
Color information
#0729FB (or 0x0729FB) is known color: Blue. HEX triplet: 07, 29 and FB. RGB value is (7,41,251). Sum of RGB (Red+Green+Blue) = 7+41+251=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 251 (98.44% from 255 or 83.95% from 299); Max value from RGB is 251 - color contains mainly: blue. Hex color #0729FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0729FB is #F8D604. Grayscale: #353535. Windows color (decimal): -16307717 or 16460039. OLE color: 16460039.
HSL color Cylindrical-coordinate representation of color #0729FB: hue angle of 231.64º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0729FB is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 41 | 251 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.02 |
| HSL | 231.64º | 0.97% | 0.51% | - |
| HSV(B) | 231.64º | 0.97% | 0.98% | - |
| XYZ | 18.29 | 8.6 | 91.96 | - |
| YUV | 54.77 | 238.74 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 251 | 0.97 | 0.84 | 0 | 0.02 | 231.64 | 0.97 | 0.51 |
| Hex | 7 | 29 | FB | 61 | 54 | 0 | 2 | E8 | 61 | 33 |
| Octal | 7 | 51 | 373 | 141 | 124 | 0 | 2 | 350 | 141 | 63 |
| Binary | 111 | 101001 | 11111011 | 1100001 | 1010100 | 0 | 10 | 11101000 | 1100001 | 110011 |
Color Harmonies of #0729FB
Complementary color
Monochromatic Colors of #0729FB
Black with #0729FB
Text Example
Text Example
White with #0729FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0729FB; }
p { color: rgb(7,41,251); }
H1.HeaderClassName
{
color: #0729FB;
}
.AnyTagClassName
{
color: #0729FB;
}
</style>
background-color css
<style>
a { background-color: #0729FB; }
a { background-color: rgb(7,41,251); }
div.DivClassName
{
background-color: #0729FB;
}
.BgClassName
{
background-color: #0729FB;
}
</style>
border-color css
<style>
span { border-color: #0729FB; }
span { border-color: rgb(7,41,251); }
td.TdClassName
{
border-color: #0729FB;
}
.TagClassName
{
border-color: #0729FB;
}
</style>