#7488EA

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

Shades of Cornflower Blue #7488EA

Tints of Cornflower Blue #7488EA

Color information

#7488EA (or 0x7488EA) is unknown color: approx Cornflower Blue. HEX triplet: 74, 88 and EA. RGB value is (116,136,234). Sum of RGB (Red+Green+Blue) = 116+136+234=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #7488EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7488EA is #8B7715. Grayscale: #8C8C8C. Windows color (decimal): -9139990 or 15370356. OLE color: 15370356.

HSL color Cylindrical-coordinate representation of color #7488EA: hue angle of 229.83º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7488EA is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116136234-
CMYK0.500.4200.08
HSL229.83º73.75%68.63%-
HSV(B)229.83º50.43%91.76%-
XYZ30.8627.2681.48-
YUV141.19180.37110.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.87%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 234 (91.80% from 255) = 48.15%
R=23.87%
G=27.98%
B=48.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161362340.500.4200.08229.8373.7568.63
Hex7488EA322A08e64a45
Octal1642103526252010346112105
Binary11101001000100011101010110010101010010001110011010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7488EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7488EA; }

 p { color: rgb(116,136,234); }

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

<style>
 a { background-color: #7488EA; }

 a { background-color: rgb(116,136,234); }

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

<style>
 span { border-color: #7488EA; }

 span { border-color: rgb(116,136,234); }

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