#7082CF

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

Shades of Wild Blue Yonder #7082CF

Tints of Wild Blue Yonder #7082CF

Color information

#7082CF (or 0x7082CF) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 82 and CF. RGB value is (112,130,207). Sum of RGB (Red+Green+Blue) = 112+130+207=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #7082CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7082CF is #8F7D30. Grayscale: #858585. Windows color (decimal): -9403697 or 13599344. OLE color: 13599344.

HSL color Cylindrical-coordinate representation of color #7082CF: hue angle of 228.63º 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 #7082CF is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB112130207-
CMYK0.460.3700.19
HSL228.63º49.74%62.55%-
HSV(B)228.63º45.89%81.18%-
XYZ25.9323.9262.28-
YUV133.4169.54112.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 130 (51.17% from 255) = 28.95%
BLUE value IS 207 (81.25% from 255) = 46.10%
R=24.94%
G=28.95%
B=46.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1121302070.460.3700.19228.6349.7462.55
Hex7082CF2E25013e5323f
Octal16020231756450233456277
Binary1110000100000101100111110111010010101001111100101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7082CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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