Html Css Color HEX #705DBF Blue Marguerite

📋 copy color: '#705DBF'

red 112 ◦ green 93 ◦ blue 191

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

Shades of Blue Marguerite #705DBF

Tints of Blue Marguerite #705DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.48%

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

R = 28.28%
G = 23.48%
B = 48.23%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#705DBF (or 0x705DBF) is known color: Blue Marguerite. HEX triplet: 70, 5D and BF. RGB value is (112,93,191). Sum of RGB (Red+Green+Blue) = 112+93+191=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #705DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DBF is #8FA240. Grayscale: #6D6D6D. Windows color (decimal): -9413185 or 12541296. OLE color: 12541296.

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

Color convert

RGB 112 93 191 -
CMYK 0.41 0.51 0 0.25
HSL 251.63º 0.43% 0.56% -
HSV(B) 251.63º 0.51% 0.75% -
XYZ 20 15.04 51.14 -
YUV 109.85 173.79 129.53 -
System Red Green Blue C M Y K H S L
Decimal 112 93 191 0.41 0.51 0 0.25 251.63 0.43 0.56
Hex 70 5D BF 29 33 0 19 FC 2B 38
Octal 160 135 277 51 63 0 31 374 53 70
Binary 1110000 1011101 10111111 101001 110011 0 11001 11111100 101011 111000

Color Harmonies of #705DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DBF

Black with #705DBF

Text Example


Text Example

White with #705DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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