#7082CA

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

Shades of Wild Blue Yonder #7082CA

Tints of Wild Blue Yonder #7082CA

Color information

#7082CA (or 0x7082CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 82 and CA. RGB value is (112,130,202). Sum of RGB (Red+Green+Blue) = 112+130+202=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #7082CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7082CA is #8F7D35. Grayscale: #848484. Windows color (decimal): -9403702 or 13271664. OLE color: 13271664.

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

Color convert

RGB112130202-
CMYK0.450.3600.21
HSL228º45.92%61.57%-
HSV(B)228º44.55%79.22%-
XYZ25.3323.6759.11-
YUV132.83167.04113.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.23%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=25.23%
G=29.28%
B=45.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1121302020.450.3600.2122845.9261.57
Hex7082CA2D24015e42e3e
Octal16020231255440253445676
Binary1110000100000101100101010110110010001010111100100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7082CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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