#7091F0

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

Shades of Cornflower Blue #7091F0

Tints of Cornflower Blue #7091F0

Color information

#7091F0 (or 0x7091F0) is unknown color: approx Cornflower Blue. HEX triplet: 70, 91 and F0. RGB value is (112,145,240). Sum of RGB (Red+Green+Blue) = 112+145+240=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 240 (94.14% from 255 or 48.29% from 497); Max value from RGB is 240 - color contains mainly: blue. Hex color #7091F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7091F0 is #8F6E0F. Grayscale: #919191. Windows color (decimal): -9399824 or 15765872. OLE color: 15765872.

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

Color convert

RGB112145240-
CMYK0.530.4000.06
HSL224.53º81.01%69.02%-
HSV(B)224.53º53.33%94.12%-
XYZ32.5429.9986.51-
YUV145.96181.07103.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.54%
GREEN value IS 145 (57.03% from 255) = 29.18%
BLUE value IS 240 (94.14% from 255) = 48.29%
R=22.54%
G=29.18%
B=48.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1121452400.530.4000.06224.5381.0169.02
Hex7091F0352806e15145
Octal160221360655006341121105
Binary1110000100100011111000011010110100001101110000110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7091F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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