#7085CF

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

Shades of Wild Blue Yonder #7085CF

Tints of Wild Blue Yonder #7085CF

Color information

#7085CF (or 0x7085CF) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 85 and CF. RGB value is (112,133,207). Sum of RGB (Red+Green+Blue) = 112+133+207=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #7085CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7085CF is #8F7A30. Grayscale: #868686. Windows color (decimal): -9402929 or 13600112. OLE color: 13600112.

HSL color Cylindrical-coordinate representation of color #7085CF: hue angle of 226.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7085CF is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112133207-
CMYK0.460.3600.19
HSL226.74º49.74%62.55%-
HSV(B)226.74º45.89%81.18%-
XYZ26.3324.7262.42-
YUV135.16168.54111.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.78%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 207 (81.25% from 255) = 45.80%
R=24.78%
G=29.42%
B=45.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121332070.460.3600.19226.7449.7462.55
Hex7085CF2E24013e3323f
Octal16020531756440233436277
Binary1110000100001011100111110111010010001001111100011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7085CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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