#7290BF

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

Shades of Wild Blue Yonder #7290BF

Tints of Wild Blue Yonder #7290BF

Color information

#7290BF (or 0x7290BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 90 and BF. RGB value is (114,144,191). Sum of RGB (Red+Green+Blue) = 114+144+191=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 191 - color contains mainly: blue. Hex color #7290BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7290BF is #8D6F40. Grayscale: #8C8C8C. Windows color (decimal): -9269057 or 12554354. OLE color: 12554354.

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

Color convert

RGB114144191-
CMYK0.400.2500.25
HSL216.62º37.56%59.8%-
HSV(B)216.62º40.31%74.9%-
XYZ26.3227.2953.17-
YUV140.39156.56109.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.39%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 191 (75% from 255) = 42.54%
R=25.39%
G=32.07%
B=42.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141441910.400.2500.25216.6237.5659.8
Hex7290BF2819019d9263c
Octal16222027750310313314674
Binary111001010010000101111111010001100101100111011001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7290BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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