Html Css Color HEX #705FBB Blue Marguerite

📋 copy color: '#705FBB'

red 112 ◦ green 95 ◦ blue 187

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

Shades of Blue Marguerite #705FBB

Tints of Blue Marguerite #705FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 28.43%
G = 24.11%
B = 47.46%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#705FBB (or 0x705FBB) is known color: Blue Marguerite. HEX triplet: 70, 5F and BB. RGB value is (112,95,187). Sum of RGB (Red+Green+Blue) = 112+95+187=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #705FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FBB is #8FA044. Grayscale: #6E6E6E. Windows color (decimal): -9412677 or 12279664. OLE color: 12279664.

HSL color Cylindrical-coordinate representation of color #705FBB: hue angle of 251.09º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #705FBB is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 95 187 -
CMYK 0.40 0.49 0 0.27
HSL 251.09º 0.4% 0.55% -
HSV(B) 251.09º 0.49% 0.73% -
XYZ 19.74 15.22 48.91 -
YUV 110.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 112 95 187 0.40 0.49 0 0.27 251.09 0.4 0.55
Hex 70 5F BB 28 31 0 1B FB 28 37
Octal 160 137 273 50 61 0 33 373 50 67
Binary 1110000 1011111 10111011 101000 110001 0 11011 11111011 101000 110111

Color Harmonies of #705FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FBB

Black with #705FBB

Text Example


Text Example

White with #705FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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