#7491EA

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

Shades of Cornflower Blue #7491EA

Tints of Cornflower Blue #7491EA

Color information

#7491EA (or 0x7491EA) is unknown color: approx Cornflower Blue. HEX triplet: 74, 91 and EA. RGB value is (116,145,234). Sum of RGB (Red+Green+Blue) = 116+145+234=495 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.43% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #7491EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7491EA is #8B6E15. Grayscale: #929292. Windows color (decimal): -9137686 or 15372660. OLE color: 15372660.

HSL color Cylindrical-coordinate representation of color #7491EA: hue angle of 225.25º 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 #7491EA is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116145234-
CMYK0.500.3800.08
HSL225.25º73.75%68.63%-
HSV(B)225.25º50.43%91.76%-
XYZ32.1829.981.92-
YUV146.48177.39106.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.43%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=23.43%
G=29.29%
B=47.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161452340.500.3800.08225.2573.7568.63
Hex7491EA322608e14a45
Octal1642213526246010341112105
Binary11101001001000111101010110010100110010001110000110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7491EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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