Html Css Color HEX #705FBF Blue Marguerite

📋 copy color: '#705FBF'

red 112 ◦ green 95 ◦ blue 191

#705FBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #705FBF

Tints of Blue Marguerite #705FBF

RGB

 RED value IS 112 (44.14% from 255) = 28.14%

 GREEN value IS 95 (37.5% from 255) = 23.87%

 BLUE value IS 191 (75% from 255) = 47.99%

R = 28.14%
G = 23.87%
B = 47.99%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#705FBF (or 0x705FBF) is known color: Blue Marguerite. HEX triplet: 70, 5F and BF. RGB value is (112,95,191). Sum of RGB (Red+Green+Blue) = 112+95+191=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #705FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FBF is #8FA040. Grayscale: #6E6E6E. Windows color (decimal): -9412673 or 12541808. OLE color: 12541808.

HSL color Cylindrical-coordinate representation of color #705FBF: hue angle of 250.63º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #705FBF is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 95 191 -
CMYK 0.41 0.50 0 0.25
HSL 250.63º 0.43% 0.56% -
HSV(B) 250.63º 0.5% 0.75% -
XYZ 20.18 15.39 51.2 -
YUV 111.03 173.13 128.69 -
System Red Green Blue C M Y K H S L
Decimal 112 95 191 0.41 0.50 0 0.25 250.63 0.43 0.56
Hex 70 5F BF 29 32 0 19 FB 2B 38
Octal 160 137 277 51 62 0 31 373 53 70
Binary 1110000 1011111 10111111 101001 110010 0 11001 11111011 101011 111000

Color Harmonies of #705FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FBF

Black with #705FBF

Text Example


Text Example

White with #705FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705FBF; }

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

 H1.HeaderClassName
 {
   color: #705FBF;
 }
 .AnyTagClassName
 {
   color: #705FBF;
 }
</style>

background-color css

<style>
 a { background-color: #705FBF; }

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

 div.DivClassName
 {
   background-color: #705FBF;
 }
 .BgClassName
 {
   background-color: #705FBF;
 }
</style>

border-color css

<style>
 span { border-color: #705FBF; }

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

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