Html Css Color HEX #7288BF Wild Blue Yonder

📋 copy color: '#7288BF'

red 114 ◦ green 136 ◦ blue 191

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

Shades of Wild Blue Yonder #7288BF

Tints of Wild Blue Yonder #7288BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.31%

R = 25.85%
G = 30.84%
B = 43.31%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7288BF (or 0x7288BF) is known color: Wild Blue Yonder. HEX triplet: 72, 88 and BF. RGB value is (114,136,191). Sum of RGB (Red+Green+Blue) = 114+136+191=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #7288BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288BF is #8D7740. Grayscale: #878787. Windows color (decimal): -9271105 or 12552306. OLE color: 12552306.

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

Color convert

RGB 114 136 191 -
CMYK 0.40 0.29 0 0.25
HSL 222.86º 0.38% 0.6% -
HSV(B) 222.86º 0.4% 0.75% -
XYZ 25.15 24.95 52.78 -
YUV 135.69 159.21 112.53 -
System Red Green Blue C M Y K H S L
Decimal 114 136 191 0.40 0.29 0 0.25 222.86 0.38 0.6
Hex 72 88 BF 28 1D 0 19 DF 26 3C
Octal 162 210 277 50 35 0 31 337 46 74
Binary 1110010 10001000 10111111 101000 11101 0 11001 11011111 100110 111100

Color Harmonies of #7288BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7288BF

Black with #7288BF

Text Example


Text Example

White with #7288BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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