Html Css Color HEX #707FBE Wild Blue Yonder

📋 copy color: '#707FBE'

red 112 ◦ green 127 ◦ blue 190

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

Shades of Wild Blue Yonder #707FBE

Tints of Wild Blue Yonder #707FBE

RGB

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

 GREEN value IS 127 (50% from 255) = 29.6%

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 26.11%
G = 29.6%
B = 44.29%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#707FBE (or 0x707FBE) is known color: Wild Blue Yonder. HEX triplet: 70, 7F and BE. RGB value is (112,127,190). Sum of RGB (Red+Green+Blue) = 112+127+190=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #707FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FBE is #8F8041. Grayscale: #818181. Windows color (decimal): -9404482 or 12484464. OLE color: 12484464.

HSL color Cylindrical-coordinate representation of color #707FBE: hue angle of 228.46º 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 #707FBE is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 127 190 -
CMYK 0.41 0.33 0 0.25
HSL 228.46º 0.38% 0.59% -
HSV(B) 228.46º 0.41% 0.75% -
XYZ 23.57 22.34 51.79 -
YUV 129.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 112 127 190 0.41 0.33 0 0.25 228.46 0.38 0.59
Hex 70 7F BE 29 21 0 19 E4 26 3B
Octal 160 177 276 51 41 0 31 344 46 73
Binary 1110000 1111111 10111110 101001 100001 0 11001 11100100 100110 111011

Color Harmonies of #707FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FBE

Black with #707FBE

Text Example


Text Example

White with #707FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707FBE; }

 p { color: rgb(112,127,190); }

 H1.HeaderClassName
 {
   color: #707FBE;
 }
 .AnyTagClassName
 {
   color: #707FBE;
 }
</style>

background-color css

<style>
 a { background-color: #707FBE; }

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

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

border-color css

<style>
 span { border-color: #707FBE; }

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

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