#7191FE

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

Shades of Cornflower Blue #7191FE

Tints of Cornflower Blue #7191FE

Color information

#7191FE (or 0x7191FE) is unknown color: approx Cornflower Blue. HEX triplet: 71, 91 and FE. RGB value is (113,145,254). Sum of RGB (Red+Green+Blue) = 113+145+254=512 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.07% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #7191FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7191FE is #8E6E01. Grayscale: #939393. Windows color (decimal): -9334274 or 16683377. OLE color: 16683377.

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

Color convert

RGB113145254-
CMYK0.560.4300.00
HSL226.38º98.6%71.96%-
HSV(B)226.38º55.51%99.61%-
XYZ34.8230.9297.9-
YUV147.86187.9103.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.07%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 254 (99.61% from 255) = 49.61%
R=22.07%
G=28.32%
B=49.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1131452540.560.4300.00226.3898.671.96
Hex7191FE382B00e26348
Octal161221376705300342143110
Binary11100011001000111111110111000101011001110001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7191FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7191FE; }

 p { color: rgb(113,145,254); }

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

<style>
 a { background-color: #7191FE; }

 a { background-color: rgb(113,145,254); }

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

<style>
 span { border-color: #7191FE; }

 span { border-color: rgb(113,145,254); }

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