#0719F6

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

Shades of Blue #0719F6

Tints of Blue #0719F6

Color information

#0719F6 (or 0x0719F6) is unknown color: approx Blue. HEX triplet: 07, 19 and F6. RGB value is (7,25,246). Sum of RGB (Red+Green+Blue) = 7+25+246=278 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.52% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 246 (96.48% from 255 or 88.49% from 278); Max value from RGB is 246 - color contains mainly: blue. Hex color #0719F6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0719F6 is #F8E609. Grayscale: #2B2B2B. Windows color (decimal): -16311818 or 16128263. OLE color: 16128263.

HSL color Cylindrical-coordinate representation of color #0719F6: hue angle of 235.48º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0719F6 is Cyan = 0.97, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB725246-
CMYK0.970.9000.04
HSL235.48º94.47%49.61%-
HSV(B)235.48º97.15%96.47%-
XYZ17.077.3987.72-
YUV44.81241.54101.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.52%
GREEN value IS 25 (10.16% from 255) = 8.99%
BLUE value IS 246 (96.48% from 255) = 88.49%
R=2.52%
G=8.99%
B=88.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal7252460.970.9000.04235.4894.4749.61
Hex719F6615A04eb5e32
Octal7313661411320435313662
Binary1111100111110110110000110110100100111010111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0719F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0719F6; }

 p { color: rgb(7,25,246); }

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

<style>
 a { background-color: #0719F6; }

 a { background-color: rgb(7,25,246); }

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

<style>
 span { border-color: #0719F6; }

 span { border-color: rgb(7,25,246); }

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