#707fd0

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

Shades of Wild Blue Yonder #707FD0

Tints of Wild Blue Yonder #707FD0

Color information

#707FD0 (or 0x707FD0) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 7F and D0. RGB value is (112,127,208). Sum of RGB (Red+Green+Blue) = 112+127+208=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #707FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FD0 is #8F802F. Grayscale: #838383. Windows color (decimal): -9404464 or 13664112. OLE color: 13664112.

HSL color Cylindrical-coordinate representation of color #707FD0: hue angle of 230.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #707FD0 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB112127208-
CMYK0.460.3900.18
HSL230.62º50.53%62.75%-
HSV(B)230.62º46.15%81.57%-
XYZ25.6623.1862.8-
YUV131.75171.03113.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 208 (81.64% from 255) = 46.53%
R=25.06%
G=28.41%
B=46.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1121272080.460.3900.18230.6250.5362.75
Hex707FD02E27012e7333f
Octal16017732056470223476377
Binary111000011111111101000010111010011101001011100111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707fd0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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