#7086CA

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

Shades of Wild Blue Yonder #7086CA

Tints of Wild Blue Yonder #7086CA

Color information

#7086CA (or 0x7086CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 86 and CA. RGB value is (112,134,202). Sum of RGB (Red+Green+Blue) = 112+134+202=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #7086CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7086CA is #8F7935. Grayscale: #868686. Windows color (decimal): -9402678 or 13272688. OLE color: 13272688.

HSL color Cylindrical-coordinate representation of color #7086CA: hue angle of 225.33º 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 #7086CA is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB112134202-
CMYK0.450.3400.21
HSL225.33º45.92%61.57%-
HSV(B)225.33º44.55%79.22%-
XYZ25.8724.7659.29-
YUV135.17165.71111.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 134 (52.73% from 255) = 29.91%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=25%
G=29.91%
B=45.09%

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
Decimal1121342020.450.3400.21225.3345.9261.57
Hex7086CA2D22015e12e3e
Octal16020631255420253415676
Binary1110000100001101100101010110110001001010111100001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7086CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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