#7087CA

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

Shades of Wild Blue Yonder #7087CA

Tints of Wild Blue Yonder #7087CA

Color information

#7087CA (or 0x7087CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 87 and CA. RGB value is (112,135,202). Sum of RGB (Red+Green+Blue) = 112+135+202=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #7087CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7087CA is #8F7835. Grayscale: #878787. Windows color (decimal): -9402422 or 13272944. OLE color: 13272944.

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

Color convert

RGB112135202-
CMYK0.450.3300.21
HSL224.67º45.92%61.57%-
HSV(B)224.67º44.55%79.22%-
XYZ26.0125.0459.34-
YUV135.76165.38111.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 135 (53.12% from 255) = 30.07%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=24.94%
G=30.07%
B=44.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121352020.450.3300.21224.6745.9261.57
Hex7087CA2D21015e12e3e
Octal16020731255410253415676
Binary1110000100001111100101010110110000101010111100001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7087CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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