Html Css Color HEX #7295BD Wild Blue Yonder

📋 copy color: '#7295BD'

red 114 ◦ green 149 ◦ blue 189

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

Shades of Wild Blue Yonder #7295BD

Tints of Wild Blue Yonder #7295BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.81%

R = 25.22%
G = 32.96%
B = 41.81%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7295BD (or 0x7295BD) is known color: Wild Blue Yonder. HEX triplet: 72, 95 and BD. RGB value is (114,149,189). Sum of RGB (Red+Green+Blue) = 114+149+189=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 189 - color contains mainly: blue. Hex color #7295BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7295BD is #8D6A42. Grayscale: #8E8E8E. Windows color (decimal): -9267779 or 12424562. OLE color: 12424562.

HSL color Cylindrical-coordinate representation of color #7295BD: hue angle of 212º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7295BD is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 149 189 -
CMYK 0.40 0.21 0 0.26
HSL 212º 0.36% 0.59% -
HSV(B) 212º 0.4% 0.74% -
XYZ 26.87 28.75 52.28 -
YUV 143.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 114 149 189 0.40 0.21 0 0.26 212 0.36 0.59
Hex 72 95 BD 28 15 0 1A D4 24 3B
Octal 162 225 275 50 25 0 32 324 44 73
Binary 1110010 10010101 10111101 101000 10101 0 11010 11010100 100100 111011

Color Harmonies of #7295BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7295BD

Black with #7295BD

Text Example


Text Example

White with #7295BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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