#7085CC

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

Shades of Wild Blue Yonder #7085CC

Tints of Wild Blue Yonder #7085CC

Color information

#7085CC (or 0x7085CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 85 and CC. RGB value is (112,133,204). Sum of RGB (Red+Green+Blue) = 112+133+204=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #7085CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7085CC is #8F7A33. Grayscale: #868686. Windows color (decimal): -9402932 or 13403504. OLE color: 13403504.

HSL color Cylindrical-coordinate representation of color #7085CC: hue angle of 226.3º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7085CC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB112133204-
CMYK0.450.3500.2
HSL226.3º47.42%61.96%-
HSV(B)226.3º45.1%80%-
XYZ25.9724.5860.5-
YUV134.82167.04111.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 133 (52.34% from 255) = 29.62%
BLUE value IS 204 (80.08% from 255) = 45.43%
R=24.94%
G=29.62%
B=45.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121332040.450.3500.2226.347.4261.96
Hex7085CC2D23014e22f3e
Octal16020531455430243425776
Binary1110000100001011100110010110110001101010011100010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7085CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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