#7291ff

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

Shades of Cornflower Blue #7291FF

Tints of Cornflower Blue #7291FF

Color information

#7291FF (or 0x7291FF) is unknown color: approx Cornflower Blue. HEX triplet: 72, 91 and FF. RGB value is (114,145,255). Sum of RGB (Red+Green+Blue) = 114+145+255=514 (68% of max value = 765). Red value is 114 (44.92% from 255 or 22.18% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #7291FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7291FF is #8D6E00. Grayscale: #939393. Windows color (decimal): -9268737 or 16748914. OLE color: 16748914.

HSL color Cylindrical-coordinate representation of color #7291FF: hue angle of 226.81º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7291FF is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB114145255-
CMYK0.550.4300
HSL226.81º100%72.35%-
HSV(B)226.81º55.29%100%-
XYZ35.1131.0598.75-
YUV148.27188.23103.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.18%
GREEN value IS 145 (57.03% from 255) = 28.21%
BLUE value IS 255 (100% from 255) = 49.61%
R=22.18%
G=28.21%
B=49.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141452550.550.4300226.8110072.35
Hex7291FF372B00e36448
Octal162221377675300343144110
Binary11100101001000111111111110111101011001110001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7291ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7291ff; }

 p { color: rgb(114,145,255); }

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

<style>
 a { background-color: #7291ff; }

 a { background-color: rgb(114,145,255); }

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

<style>
 span { border-color: #7291ff; }

 span { border-color: rgb(114,145,255); }

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