Html Css Color HEX #705DBB Blue Marguerite

📋 copy color: '#705DBB'

red 112 ◦ green 93 ◦ blue 187

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

Shades of Blue Marguerite #705DBB

Tints of Blue Marguerite #705DBB

RGB

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

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

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

R = 28.57%
G = 23.72%
B = 47.7%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#705DBB (or 0x705DBB) is known color: Blue Marguerite. HEX triplet: 70, 5D and BB. RGB value is (112,93,187). Sum of RGB (Red+Green+Blue) = 112+93+187=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #705DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705DBB is #8FA244. Grayscale: #6D6D6D. Windows color (decimal): -9413189 or 12279152. OLE color: 12279152.

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

Color convert

RGB 112 93 187 -
CMYK 0.40 0.50 0 0.27
HSL 252.13º 0.41% 0.55% -
HSV(B) 252.13º 0.5% 0.73% -
XYZ 19.57 14.86 48.85 -
YUV 109.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 112 93 187 0.40 0.50 0 0.27 252.13 0.41 0.55
Hex 70 5D BB 28 32 0 1B FC 29 37
Octal 160 135 273 50 62 0 33 374 51 67
Binary 1110000 1011101 10111011 101000 110010 0 11011 11111100 101001 110111

Color Harmonies of #705DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705DBB

Black with #705DBB

Text Example


Text Example

White with #705DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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