#7288BD

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

Shades of Wild Blue Yonder #7288BD

Tints of Wild Blue Yonder #7288BD

Color information

#7288BD (or 0x7288BD) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 88 and BD. RGB value is (114,136,189). Sum of RGB (Red+Green+Blue) = 114+136+189=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 189 - color contains mainly: blue. Hex color #7288BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288BD is #8D7742. Grayscale: #878787. Windows color (decimal): -9271107 or 12421234. OLE color: 12421234.

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

Color convert

RGB114136189-
CMYK0.400.2800.26
HSL222.4º36.23%59.41%-
HSV(B)222.4º39.68%74.12%-
XYZ24.9324.8651.63-
YUV135.46158.21112.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.97%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=25.97%
G=30.98%
B=43.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141361890.400.2800.26222.436.2359.41
Hex7288BD281C01Ade243b
Octal16221027550340323364473
Binary111001010001000101111011010001110001101011011110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7288BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7288BD;
 }
 .AnyTagClassName
 {
   color: #7288BD;
 }
</style>
background-color css

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

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

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

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

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

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