#7991FE

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

Shades of Cornflower Blue #7991FE

Tints of Cornflower Blue #7991FE

Color information

#7991FE (or 0x7991FE) is unknown color: approx Cornflower Blue. HEX triplet: 79, 91 and FE. RGB value is (121,145,254). Sum of RGB (Red+Green+Blue) = 121+145+254=520 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.27% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #7991FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7991FE is #866E01. Grayscale: #959595. Windows color (decimal): -8809986 or 16683385. OLE color: 16683385.

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

Color convert

RGB121145254-
CMYK0.520.4300.00
HSL229.17º98.52%73.53%-
HSV(B)229.17º52.36%99.61%-
XYZ35.931.4797.95-
YUV150.25186.55107.14-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.27%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 254 (99.61% from 255) = 48.85%
R=23.27%
G=27.88%
B=48.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1211452540.520.4300.00229.1798.5273.53
Hex7991FE342B00e5634a
Octal171221376645300345143112
Binary11110011001000111111110110100101011001110010111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7991FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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