#7491F0

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

Shades of Cornflower Blue #7491F0

Tints of Cornflower Blue #7491F0

Color information

#7491F0 (or 0x7491F0) is unknown color: approx Cornflower Blue. HEX triplet: 74, 91 and F0. RGB value is (116,145,240). Sum of RGB (Red+Green+Blue) = 116+145+240=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #7491F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7491F0 is #8B6E0F. Grayscale: #929292. Windows color (decimal): -9137680 or 15765876. OLE color: 15765876.

HSL color Cylindrical-coordinate representation of color #7491F0: hue angle of 225.97º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7491F0 is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB116145240-
CMYK0.520.4000.06
HSL225.97º80.52%69.8%-
HSV(B)225.97º51.67%94.12%-
XYZ33.0630.2686.54-
YUV147.16180.39105.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.15%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 240 (94.14% from 255) = 47.90%
R=23.15%
G=28.94%
B=47.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1161452400.520.4000.06225.9780.5269.8
Hex7491F0342806e25146
Octal164221360645006342121106
Binary1110100100100011111000011010010100001101110001010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7491F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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