Html Css Color HEX #7288BE Wild Blue Yonder

📋 copy color: '#7288BE'

red 114 ◦ green 136 ◦ blue 190

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

Shades of Wild Blue Yonder #7288BE

Tints of Wild Blue Yonder #7288BE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.91%

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

R = 25.91%
G = 30.91%
B = 43.18%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7288BE (or 0x7288BE) is known color: Wild Blue Yonder. HEX triplet: 72, 88 and BE. RGB value is (114,136,190). Sum of RGB (Red+Green+Blue) = 114+136+190=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #7288BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288BE is #8D7741. Grayscale: #878787. Windows color (decimal): -9271106 or 12486770. OLE color: 12486770.

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

Color convert

RGB 114 136 190 -
CMYK 0.40 0.28 0 0.25
HSL 222.63º 0.37% 0.6% -
HSV(B) 222.63º 0.4% 0.75% -
XYZ 25.04 24.9 52.2 -
YUV 135.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 114 136 190 0.40 0.28 0 0.25 222.63 0.37 0.6
Hex 72 88 BE 28 1C 0 19 DF 25 3C
Octal 162 210 276 50 34 0 31 337 45 74
Binary 1110010 10001000 10111110 101000 11100 0 11001 11011111 100101 111100

Color Harmonies of #7288BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7288BE

Black with #7288BE

Text Example


Text Example

White with #7288BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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