#0729f7

Color #0729F7 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0729F7

Tints of Blue #0729F7

Color information

#0729F7 (or 0x0729F7) is unknown color: approx Blue. HEX triplet: 07, 29 and F7. RGB value is (7,41,247). Sum of RGB (Red+Green+Blue) = 7+41+247=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 247 (96.88% from 255 or 83.73% from 295); Max value from RGB is 247 - color contains mainly: blue. Hex color #0729F7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0729F7 is #F8D608. Grayscale: #353535. Windows color (decimal): -16307721 or 16197895. OLE color: 16197895.

HSL color Cylindrical-coordinate representation of color #0729F7: hue angle of 231.5º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0729F7 is Cyan = 0.97, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB741247-
CMYK0.970.8300.03
HSL231.5º94.49%49.8%-
HSV(B)231.5º97.17%96.86%-
XYZ17.678.3588.68-
YUV54.32236.7494.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 2.37%
GREEN value IS 41 (16.41% from 255) = 13.90%
BLUE value IS 247 (96.88% from 255) = 83.73%
R=2.37%
G=13.90%
B=83.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal7412470.970.8300.03231.594.4949.8
Hex729F7615303e85e32
Octal7513671411230335013662
Binary1111010011111011111000011010011011111010001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0729f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0729f7; }

 p { color: rgb(7,41,247); }

 H1.HeaderClassName
 {
   color: #0729f7;
 }
 .AnyTagClassName
 {
   color: #0729f7;
 }
</style>
background-color css

<style>
 a { background-color: #0729f7; }

 a { background-color: rgb(7,41,247); }

 div.DivClassName
 {
   background-color: #0729f7;
 }
 .BgClassName
 {
   background-color: #0729f7;
 }
</style>
border-color css

<style>
 span { border-color: #0729f7; }

 span { border-color: rgb(7,41,247); }

 td.TdClassName
 {
   border-color: #0729f7;
 }
 .TagClassName
 {
   border-color: #0729f7;
 }
</style>