#707DC3

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

Shades of Wild Blue Yonder #707DC3

Tints of Wild Blue Yonder #707DC3

Color information

#707DC3 (or 0x707DC3) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 7D and C3. RGB value is (112,125,195). Sum of RGB (Red+Green+Blue) = 112+125+195=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 195 (76.56% from 255 or 45.14% from 432); Max value from RGB is 195 - color contains mainly: blue. Hex color #707DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DC3 is #8F823C. Grayscale: #808080. Windows color (decimal): -9404989 or 12811632. OLE color: 12811632.

HSL color Cylindrical-coordinate representation of color #707DC3: hue angle of 230.6º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #707DC3 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB112125195-
CMYK0.430.3600.24
HSL230.6º40.89%60.2%-
HSV(B)230.6º42.56%76.47%-
XYZ23.8722.0554.63-
YUV129.09165.19115.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 125 (49.22% from 255) = 28.94%
BLUE value IS 195 (76.56% from 255) = 45.14%
R=25.93%
G=28.94%
B=45.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121251950.430.3600.24230.640.8960.2
Hex707DC32B24018e7293c
Octal16017530353440303475174
Binary111000011111011100001110101110010001100011100111101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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