#7295BF

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

Shades of Wild Blue Yonder #7295BF

Tints of Wild Blue Yonder #7295BF

Color information

#7295BF (or 0x7295BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 95 and BF. RGB value is (114,149,191). Sum of RGB (Red+Green+Blue) = 114+149+191=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 191 - color contains mainly: blue. Hex color #7295BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7295BF is #8D6A40. Grayscale: #8F8F8F. Windows color (decimal): -9267777 or 12555634. OLE color: 12555634.

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

Color convert

RGB114149191-
CMYK0.400.2200.25
HSL212.73º37.56%59.8%-
HSV(B)212.73º40.31%74.9%-
XYZ27.0928.8353.43-
YUV143.32154.9107.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.11%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 191 (75% from 255) = 42.07%
R=25.11%
G=32.82%
B=42.07%

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
Decimal1141491910.400.2200.25212.7337.5659.8
Hex7295BF2816019d5263c
Octal16222527750260313254674
Binary111001010010101101111111010001011001100111010101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7295BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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