#7294BE

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

Shades of Wild Blue Yonder #7294BE

Tints of Wild Blue Yonder #7294BE

Color information

#7294BE (or 0x7294BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 94 and BE. RGB value is (114,148,190). Sum of RGB (Red+Green+Blue) = 114+148+190=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #7294BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7294BE is #8D6B41. Grayscale: #8E8E8E. Windows color (decimal): -9268034 or 12489842. OLE color: 12489842.

HSL color Cylindrical-coordinate representation of color #7294BE: hue angle of 213.16º degrees, saturation: 0.37, 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 #7294BE is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114148190-
CMYK0.400.2200.25
HSL213.16º36.89%59.61%-
HSV(B)213.16º40%74.51%-
XYZ26.8228.4752.8-
YUV142.62154.74107.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.22%
GREEN value IS 148 (58.20% from 255) = 32.74%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=25.22%
G=32.74%
B=42.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141481900.400.2200.25213.1636.8959.61
Hex7294BE2816019d5253c
Octal16222427650260313254574
Binary111001010010100101111101010001011001100111010101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7294BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7294BE; }

 p { color: rgb(114,148,190); }

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

<style>
 a { background-color: #7294BE; }

 a { background-color: rgb(114,148,190); }

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

<style>
 span { border-color: #7294BE; }

 span { border-color: rgb(114,148,190); }

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