#7091F7

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

Shades of Cornflower Blue #7091F7

Tints of Cornflower Blue #7091F7

Color information

#7091F7 (or 0x7091F7) is unknown color: approx Cornflower Blue. HEX triplet: 70, 91 and F7. RGB value is (112,145,247). Sum of RGB (Red+Green+Blue) = 112+145+247=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #7091F7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7091F7 is #8F6E08. Grayscale: #929292. Windows color (decimal): -9399817 or 16224624. OLE color: 16224624.

HSL color Cylindrical-coordinate representation of color #7091F7: hue angle of 225.33º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7091F7 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB112145247-
CMYK0.550.4100.03
HSL225.33º89.4%70.39%-
HSV(B)225.33º54.66%96.86%-
XYZ33.630.4192.09-
YUV146.76184.57103.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.22%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 247 (96.88% from 255) = 49.01%
R=22.22%
G=28.77%
B=49.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1121452470.550.4100.03225.3389.470.39
Hex7091F7372903e15946
Octal160221367675103341131106
Binary111000010010001111101111101111010010111110000110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7091F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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