Html Css Color HEX #7295BE Wild Blue Yonder

📋 copy color: '#7295BE'

red 114 ◦ green 149 ◦ blue 190

#7295BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #7295BE

Tints of Wild Blue Yonder #7295BE

RGB

 RED value IS 114 (44.92% from 255) = 25.17%

 GREEN value IS 149 (58.59% from 255) = 32.89%

 BLUE value IS 190 (74.61% from 255) = 41.94%

R = 25.17%
G = 32.89%
B = 41.94%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7295BE (or 0x7295BE) is known color: Wild Blue Yonder. HEX triplet: 72, 95 and BE. RGB value is (114,149,190). Sum of RGB (Red+Green+Blue) = 114+149+190=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #7295BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7295BE is #8D6A41. Grayscale: #8F8F8F. Windows color (decimal): -9267778 or 12490098. OLE color: 12490098.

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

Color convert

RGB 114 149 190 -
CMYK 0.40 0.22 0 0.25
HSL 212.37º 0.37% 0.6% -
HSV(B) 212.37º 0.4% 0.75% -
XYZ 26.98 28.79 52.85 -
YUV 143.21 154.4 107.17 -
System Red Green Blue C M Y K H S L
Decimal 114 149 190 0.40 0.22 0 0.25 212.37 0.37 0.6
Hex 72 95 BE 28 16 0 19 D4 25 3C
Octal 162 225 276 50 26 0 31 324 45 74
Binary 1110010 10010101 10111110 101000 10110 0 11001 11010100 100101 111100

Color Harmonies of #7295BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7295BE

Black with #7295BE

Text Example


Text Example

White with #7295BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7295BE;
 }
 .AnyTagClassName
 {
   color: #7295BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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