#7991F1

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

Shades of Cornflower Blue #7991F1

Tints of Cornflower Blue #7991F1

Color information

#7991F1 (or 0x7991F1) is unknown color: approx Cornflower Blue. HEX triplet: 79, 91 and F1. RGB value is (121,145,241). Sum of RGB (Red+Green+Blue) = 121+145+241=507 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.87% from 507); Green value is 145 (57.03% from 255 or 28.60% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #7991F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7991F1 is #866E0E. Grayscale: #949494. Windows color (decimal): -8809999 or 15831417. OLE color: 15831417.

HSL color Cylindrical-coordinate representation of color #7991F1: hue angle of 228º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7991F1 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB121145241-
CMYK0.500.4000.05
HSL228º81.08%70.98%-
HSV(B)228º49.79%94.51%-
XYZ33.8930.6787.35-
YUV148.77180.05108.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.87%
GREEN value IS 145 (57.03% from 255) = 28.60%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=23.87%
G=28.60%
B=47.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1211452410.500.4000.0522881.0870.98
Hex7991F1322805e45147
Octal171221361625005344121107
Binary1111001100100011111000111001010100001011110010010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7991F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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