#7288bf

Color #7288BF Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #7288BF

Tints of Wild Blue Yonder #7288BF

Color information

#7288BF (or 0x7288BF) is unknown color: approx 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

RGB114136191-
CMYK0.400.2900.25
HSL222.86º37.56%59.8%-
HSV(B)222.86º40.31%74.9%-
XYZ25.1524.9552.78-
YUV135.69159.21112.53-

RGB Variations

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

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 (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141361910.400.2900.25222.8637.5659.8
Hex7288BF281D019df263c
Octal16221027750350313374674
Binary111001010001000101111111010001110101100111011111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7288bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>