Html Css Color HEX #705FBE Blue Marguerite

📋 copy color: '#705FBE'

red 112 ◦ green 95 ◦ blue 190

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

Shades of Blue Marguerite #705FBE

Tints of Blue Marguerite #705FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 28.21%
G = 23.93%
B = 47.86%

CMYK

 C value IS 0.41

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#705FBE (or 0x705FBE) is known color: Blue Marguerite. HEX triplet: 70, 5F and BE. RGB value is (112,95,190). Sum of RGB (Red+Green+Blue) = 112+95+190=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #705FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FBE is #8FA041. Grayscale: #6E6E6E. Windows color (decimal): -9412674 or 12476272. OLE color: 12476272.

HSL color Cylindrical-coordinate representation of color #705FBE: hue angle of 250.74º degrees, saturation: 0.42, 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 #705FBE is Cyan = 0.41, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 95 190 -
CMYK 0.41 0.5 0 0.25
HSL 250.74º 0.42% 0.56% -
HSV(B) 250.74º 0.5% 0.75% -
XYZ 20.07 15.35 50.62 -
YUV 110.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 112 95 190 0.41 0.5 0 0.25 250.74 0.42 0.56
Hex 70 5F BE 29 32 0 19 FB 2A 38
Octal 160 137 276 51 62 0 31 373 52 70
Binary 1110000 1011111 10111110 101001 110010 0 11001 11111011 101010 111000

Color Harmonies of #705FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FBE

Black with #705FBE

Text Example


Text Example

White with #705FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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