Html Css Color HEX #7290BD Wild Blue Yonder

📋 copy color: '#7290BD'

red 114 ◦ green 144 ◦ blue 189

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

Shades of Wild Blue Yonder #7290BD

Tints of Wild Blue Yonder #7290BD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.21%

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

R = 25.5%
G = 32.21%
B = 42.28%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7290BD (or 0x7290BD) is known color: Wild Blue Yonder. HEX triplet: 72, 90 and BD. RGB value is (114,144,189). Sum of RGB (Red+Green+Blue) = 114+144+189=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #7290BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7290BD is #8D6F42. Grayscale: #8B8B8B. Windows color (decimal): -9269059 or 12423282. OLE color: 12423282.

HSL color Cylindrical-coordinate representation of color #7290BD: hue angle of 216º 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 #7290BD is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 144 189 -
CMYK 0.40 0.24 0 0.26
HSL 216º 0.36% 0.59% -
HSV(B) 216º 0.4% 0.74% -
XYZ 26.1 27.2 52.02 -
YUV 140.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 114 144 189 0.40 0.24 0 0.26 216 0.36 0.59
Hex 72 90 BD 28 18 0 1A D8 24 3B
Octal 162 220 275 50 30 0 32 330 44 73
Binary 1110010 10010000 10111101 101000 11000 0 11010 11011000 100100 111011

Color Harmonies of #7290BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7290BD

Black with #7290BD

Text Example


Text Example

White with #7290BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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