#707FCD

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

Shades of Wild Blue Yonder #707FCD

Tints of Wild Blue Yonder #707FCD

Color information

#707FCD (or 0x707FCD) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 7F and CD. RGB value is (112,127,205). Sum of RGB (Red+Green+Blue) = 112+127+205=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #707FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FCD is #8F8032. Grayscale: #838383. Windows color (decimal): -9404467 or 13467504. OLE color: 13467504.

HSL color Cylindrical-coordinate representation of color #707FCD: hue angle of 230.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #707FCD is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112127205-
CMYK0.450.3800.20
HSL230.32º48.19%62.16%-
HSV(B)230.32º45.37%80.39%-
XYZ25.2923.0360.87-
YUV131.41169.53114.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.23%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 205 (80.47% from 255) = 46.17%
R=25.23%
G=28.60%
B=46.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121272050.450.3800.20230.3248.1962.16
Hex707FCD2D26014e6303e
Octal16017731555460243466076
Binary111000011111111100110110110110011001010011100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #707FCD;
 }
 .AnyTagClassName
 {
   color: #707FCD;
 }
</style>
background-color css

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

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

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

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

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

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