Html Css Color HEX #7065BF Blue Marguerite

📋 copy color: '#7065BF'

red 112 ◦ green 101 ◦ blue 191

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

Shades of Blue Marguerite #7065BF

Tints of Blue Marguerite #7065BF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25%

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

R = 27.72%
G = 25%
B = 47.28%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7065BF (or 0x7065BF) is known color: Blue Marguerite. HEX triplet: 70, 65 and BF. RGB value is (112,101,191). Sum of RGB (Red+Green+Blue) = 112+101+191=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #7065BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7065BF is #8F9A40. Grayscale: #727272. Windows color (decimal): -9411137 or 12543344. OLE color: 12543344.

HSL color Cylindrical-coordinate representation of color #7065BF: hue angle of 247.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7065BF is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 101 191 -
CMYK 0.41 0.47 0 0.25
HSL 247.33º 0.41% 0.57% -
HSV(B) 247.33º 0.47% 0.75% -
XYZ 20.74 16.51 51.38 -
YUV 114.55 171.14 126.18 -
System Red Green Blue C M Y K H S L
Decimal 112 101 191 0.41 0.47 0 0.25 247.33 0.41 0.57
Hex 70 65 BF 29 2F 0 19 F7 29 39
Octal 160 145 277 51 57 0 31 367 51 71
Binary 1110000 1100101 10111111 101001 101111 0 11001 11110111 101001 111001

Color Harmonies of #7065BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7065BF

Black with #7065BF

Text Example


Text Example

White with #7065BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7065BF; }

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

 H1.HeaderClassName
 {
   color: #7065BF;
 }
 .AnyTagClassName
 {
   color: #7065BF;
 }
</style>

background-color css

<style>
 a { background-color: #7065BF; }

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

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

border-color css

<style>
 span { border-color: #7065BF; }

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

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