#7085CA

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

Shades of Wild Blue Yonder #7085CA

Tints of Wild Blue Yonder #7085CA

Color information

#7085CA (or 0x7085CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 85 and CA. RGB value is (112,133,202). Sum of RGB (Red+Green+Blue) = 112+133+202=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 133 (52.34% from 255 or 29.75% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #7085CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7085CA is #8F7A35. Grayscale: #868686. Windows color (decimal): -9402934 or 13272432. OLE color: 13272432.

HSL color Cylindrical-coordinate representation of color #7085CA: hue angle of 226º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7085CA is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112133202-
CMYK0.450.3400.21
HSL226º45.92%61.57%-
HSV(B)226º44.55%79.22%-
XYZ25.7324.4859.25-
YUV134.59166.04111.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 133 (52.34% from 255) = 29.75%
BLUE value IS 202 (79.30% from 255) = 45.19%
R=25.06%
G=29.75%
B=45.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121332020.450.3400.2122645.9261.57
Hex7085CA2D22015e22e3e
Octal16020531255420253425676
Binary1110000100001011100101010110110001001010111100010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7085CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7085CA; }

 p { color: rgb(112,133,202); }

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

<style>
 a { background-color: #7085CA; }

 a { background-color: rgb(112,133,202); }

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

<style>
 span { border-color: #7085CA; }

 span { border-color: rgb(112,133,202); }

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