#7090BF

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

Shades of Wild Blue Yonder #7090BF

Tints of Wild Blue Yonder #7090BF

Color information

#7090BF (or 0x7090BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 70, 90 and BF. RGB value is (112,144,191). Sum of RGB (Red+Green+Blue) = 112+144+191=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #7090BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7090BF is #8F6F40. Grayscale: #8B8B8B. Windows color (decimal): -9400129 or 12554352. OLE color: 12554352.

HSL color Cylindrical-coordinate representation of color #7090BF: hue angle of 215.7º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7090BF is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB112144191-
CMYK0.410.2500.25
HSL215.7º38.16%59.41%-
HSV(B)215.7º41.36%74.9%-
XYZ26.0627.1553.16-
YUV139.79156.9108.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 191 (75% from 255) = 42.73%
R=25.06%
G=32.21%
B=42.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121441910.410.2500.25215.738.1659.41
Hex7090BF2919019d8263b
Octal16022027751310313304673
Binary111000010010000101111111010011100101100111011000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7090BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7090BF; }

 p { color: rgb(112,144,191); }

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

<style>
 a { background-color: #7090BF; }

 a { background-color: rgb(112,144,191); }

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

<style>
 span { border-color: #7090BF; }

 span { border-color: rgb(112,144,191); }

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