#707DBF

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

Shades of Wild Blue Yonder #707DBF

Tints of Wild Blue Yonder #707DBF

Color information

#707DBF (or 0x707DBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 7D and BF. RGB value is (112,125,191). Sum of RGB (Red+Green+Blue) = 112+125+191=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #707DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DBF is #8F8240. Grayscale: #808080. Windows color (decimal): -9404993 or 12549488. OLE color: 12549488.

HSL color Cylindrical-coordinate representation of color #707DBF: hue angle of 230.13º 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 #707DBF is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112125191-
CMYK0.410.3500.25
HSL230.13º38.16%59.41%-
HSV(B)230.13º41.36%74.9%-
XYZ23.4221.8752.28-
YUV128.64163.19116.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.17%
GREEN value IS 125 (49.22% from 255) = 29.21%
BLUE value IS 191 (75% from 255) = 44.63%
R=26.17%
G=29.21%
B=44.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121251910.410.3500.25230.1338.1659.41
Hex707DBF2923019e6263b
Octal16017527751430313464673
Binary111000011111011011111110100110001101100111100110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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