#7084CC

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

Shades of Wild Blue Yonder #7084CC

Tints of Wild Blue Yonder #7084CC

Color information

#7084CC (or 0x7084CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 84 and CC. RGB value is (112,132,204). Sum of RGB (Red+Green+Blue) = 112+132+204=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #7084CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7084CC is #8F7B33. Grayscale: #858585. Windows color (decimal): -9403188 or 13403248. OLE color: 13403248.

HSL color Cylindrical-coordinate representation of color #7084CC: hue angle of 226.96º degrees, saturation: 0.47, 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 #7084CC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB112132204-
CMYK0.450.3500.2
HSL226.96º47.42%61.96%-
HSV(B)226.96º45.1%80%-
XYZ25.8324.3160.46-
YUV134.23167.37112.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 204 (80.08% from 255) = 45.54%
R=25%
G=29.46%
B=45.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1121322040.450.3500.2226.9647.4261.96
Hex7084CC2D23014e32f3e
Octal16020431455430243435776
Binary1110000100001001100110010110110001101010011100011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7084CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7084CC; }

 p { color: rgb(112,132,204); }

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

<style>
 a { background-color: #7084CC; }

 a { background-color: rgb(112,132,204); }

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

<style>
 span { border-color: #7084CC; }

 span { border-color: rgb(112,132,204); }

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