#7288E9

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

Shades of Cornflower Blue #7288E9

Tints of Cornflower Blue #7288E9

Color information

#7288E9 (or 0x7288E9) is unknown color: approx Cornflower Blue. HEX triplet: 72, 88 and E9. RGB value is (114,136,233). Sum of RGB (Red+Green+Blue) = 114+136+233=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #7288E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7288E9 is #8D7716. Grayscale: #8C8C8C. Windows color (decimal): -9271063 or 15304818. OLE color: 15304818.

HSL color Cylindrical-coordinate representation of color #7288E9: hue angle of 228.91º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7288E9 is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB114136233-
CMYK0.510.4200.09
HSL228.91º73.01%68.04%-
HSV(B)228.91º51.07%91.37%-
XYZ30.4527.0780.71-
YUV140.48180.21109.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.60%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 233 (91.41% from 255) = 48.24%
R=23.60%
G=28.16%
B=48.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1141362330.510.4200.09228.9173.0168.04
Hex7288E9332A09e54944
Octal1622103516352011345111104
Binary11100101000100011101001110011101010010011110010110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7288E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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