#7058BF

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

Shades of Blue Marguerite #7058BF

Tints of Blue Marguerite #7058BF

Color information

#7058BF (or 0x7058BF) is unknown color: approx Blue Marguerite. HEX triplet: 70, 58 and BF. RGB value is (112,88,191). Sum of RGB (Red+Green+Blue) = 112+88+191=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #7058BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7058BF is #8FA740. Grayscale: #6A6A6A. Windows color (decimal): -9414465 or 12540016. OLE color: 12540016.

HSL color Cylindrical-coordinate representation of color #7058BF: hue angle of 253.98º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7058BF is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11288191-
CMYK0.410.5400.25
HSL253.98º44.59%54.71%-
HSV(B)253.98º53.93%74.9%-
XYZ19.5814.1951-
YUV106.92175.45131.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 191 (75% from 255) = 48.85%
R=28.64%
G=22.51%
B=48.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112881910.410.5400.25253.9844.5954.71
Hex7058BF2936019fe2d37
Octal16013027751660313765567
Binary111000010110001011111110100111011001100111111110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7058BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7058BF; }

 p { color: rgb(112,88,191); }

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

<style>
 a { background-color: #7058BF; }

 a { background-color: rgb(112,88,191); }

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

<style>
 span { border-color: #7058BF; }

 span { border-color: rgb(112,88,191); }

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