#707FBE

Color #707FBE Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #707FBE

Tints of Wild Blue Yonder #707FBE

Color information

#707FBE (or 0x707FBE) is unknown color: approx 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

RGB112127190-
CMYK0.410.3300.25
HSL228.46º37.5%59.22%-
HSV(B)228.46º41.05%74.51%-
XYZ23.5722.3451.79-
YUV129.7162.03115.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 190 (74.61% from 255) = 44.29%
R=26.11%
G=29.60%
B=44.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121271900.410.3300.25228.4637.559.22
Hex707FBE2921019e4263b
Octal16017727651410313444673
Binary111000011111111011111010100110000101100111100100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>