#707DB4

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

Shades of Wild Blue Yonder #707DB4

Tints of Wild Blue Yonder #707DB4

Color information

#707DB4 (or 0x707DB4) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 7D and B4. RGB value is (112,125,180). Sum of RGB (Red+Green+Blue) = 112+125+180=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #707DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DB4 is #8F824B. Grayscale: #7F7F7F. Windows color (decimal): -9405004 or 11828592. OLE color: 11828592.

HSL color Cylindrical-coordinate representation of color #707DB4: hue angle of 228.53º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #707DB4 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB112125180-
CMYK0.380.3100.29
HSL228.53º31.19%57.25%-
HSV(B)228.53º37.78%70.59%-
XYZ22.2521.4146.14-
YUV127.38157.69117.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.86%
GREEN value IS 125 (49.22% from 255) = 29.98%
BLUE value IS 180 (70.70% from 255) = 43.17%
R=26.86%
G=29.98%
B=43.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121251800.380.3100.29228.5331.1957.25
Hex707DB4261F01De51f39
Octal16017526446370353453771
Binary1110000111110110110100100110111110111011110010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,125,180); }

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

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

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

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

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

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

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