#7086CD

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

Shades of Wild Blue Yonder #7086CD

Tints of Wild Blue Yonder #7086CD

Color information

#7086CD (or 0x7086CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 86 and CD. RGB value is (112,134,205). Sum of RGB (Red+Green+Blue) = 112+134+205=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #7086CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7086CD is #8F7932. Grayscale: #878787. Windows color (decimal): -9402675 or 13469296. OLE color: 13469296.

HSL color Cylindrical-coordinate representation of color #7086CD: hue angle of 225.81º degrees, saturation: 0.48, 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 #7086CD is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112134205-
CMYK0.450.3500.20
HSL225.81º48.19%62.16%-
HSV(B)225.81º45.37%80.39%-
XYZ26.2324.961.18-
YUV135.52167.21111.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 134 (52.73% from 255) = 29.71%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=24.83%
G=29.71%
B=45.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121342050.450.3500.20225.8148.1962.16
Hex7086CD2D23014e2303e
Octal16020631555430243426076
Binary1110000100001101100110110110110001101010011100010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7086CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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