#7288CE

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

Shades of Wild Blue Yonder #7288CE

Tints of Wild Blue Yonder #7288CE

Color information

#7288CE (or 0x7288CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 88 and CE. RGB value is (114,136,206). Sum of RGB (Red+Green+Blue) = 114+136+206=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #7288CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288CE is #8D7731. Grayscale: #898989. Windows color (decimal): -9271090 or 13535346. OLE color: 13535346.

HSL color Cylindrical-coordinate representation of color #7288CE: hue angle of 225.65º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7288CE is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB114136206-
CMYK0.450.3400.19
HSL225.65º48.42%62.75%-
HSV(B)225.65º44.66%80.78%-
XYZ26.8825.6461.92-
YUV137.4166.71111.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25%
GREEN value IS 136 (53.52% from 255) = 29.82%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=25%
G=29.82%
B=45.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1141362060.450.3400.19225.6548.4262.75
Hex7288CE2D22013e2303f
Octal16221031655420233426077
Binary1110010100010001100111010110110001001001111100010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7288CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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