#7288E0

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

Shades of Cornflower Blue #7288E0

Tints of Cornflower Blue #7288E0

Color information

#7288E0 (or 0x7288E0) is unknown color: approx Cornflower Blue. HEX triplet: 72, 88 and E0. RGB value is (114,136,224). Sum of RGB (Red+Green+Blue) = 114+136+224=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #7288E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288E0 is #8D771F. Grayscale: #8B8B8B. Windows color (decimal): -9271072 or 14714994. OLE color: 14714994.

HSL color Cylindrical-coordinate representation of color #7288E0: hue angle of 228º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7288E0 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB114136224-
CMYK0.490.3900.12
HSL228º63.95%66.27%-
HSV(B)228º49.11%87.84%-
XYZ29.226.5774.11-
YUV139.45175.71109.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.05%
GREEN value IS 136 (53.52% from 255) = 28.69%
BLUE value IS 224 (87.89% from 255) = 47.26%
R=24.05%
G=28.69%
B=47.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1141362240.490.3900.1222863.9566.27
Hex7288E031270Ce44042
Octal1622103406147014344100102
Binary11100101000100011100000110001100111011001110010010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7288E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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