#707DBD

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

Shades of Wild Blue Yonder #707DBD

Tints of Wild Blue Yonder #707DBD

Color information

#707DBD (or 0x707DBD) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 7D and BD. RGB value is (112,125,189). Sum of RGB (Red+Green+Blue) = 112+125+189=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 125 (49.22% from 255 or 29.34% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #707DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DBD is #8F8242. Grayscale: #808080. Windows color (decimal): -9404995 or 12418416. OLE color: 12418416.

HSL color Cylindrical-coordinate representation of color #707DBD: hue angle of 229.87º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707DBD is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB112125189-
CMYK0.410.3400.26
HSL229.87º36.84%59.02%-
HSV(B)229.87º40.74%74.12%-
XYZ23.221.7951.13-
YUV128.41162.19116.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.29%
GREEN value IS 125 (49.22% from 255) = 29.34%
BLUE value IS 189 (74.22% from 255) = 44.37%
R=26.29%
G=29.34%
B=44.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121251890.410.3400.26229.8736.8459.02
Hex707DBD292201Ae6253b
Octal16017527551420323464573
Binary111000011111011011110110100110001001101011100110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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