Html Css Color HEX #7070BF Chetwode Blue

📋 copy color: '#7070BF'

red 112 ◦ green 112 ◦ blue 191

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

Shades of Chetwode Blue #7070BF

Tints of Chetwode Blue #7070BF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.99%

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

R = 26.99%
G = 26.99%
B = 46.02%

CMYK

 C value IS 0.41

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7070BF (or 0x7070BF) is known color: Chetwode Blue. HEX triplet: 70, 70 and BF. RGB value is (112,112,191). Sum of RGB (Red+Green+Blue) = 112+112+191=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 112 (44.14% from 255 or 26.99% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: blue. Hex color #7070BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7070BF is #8F8F40. Grayscale: #787878. Windows color (decimal): -9408321 or 12546160. OLE color: 12546160.

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

Color convert

RGB 112 112 191 -
CMYK 0.41 0.41 0 0.25
HSL 240º 0.38% 0.59% -
HSV(B) 240º 0.41% 0.75% -
XYZ 21.88 18.79 51.76 -
YUV 121.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 112 112 191 0.41 0.41 0 0.25 240 0.38 0.59
Hex 70 70 BF 29 29 0 19 F0 26 3B
Octal 160 160 277 51 51 0 31 360 46 73
Binary 1110000 1110000 10111111 101001 101001 0 11001 11110000 100110 111011

Color Harmonies of #7070BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7070BF

Black with #7070BF

Text Example


Text Example

White with #7070BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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