#7991EE

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

Shades of Cornflower Blue #7991EE

Tints of Cornflower Blue #7991EE

Color information

#7991EE (or 0x7991EE) is unknown color: approx Cornflower Blue. HEX triplet: 79, 91 and EE. RGB value is (121,145,238). Sum of RGB (Red+Green+Blue) = 121+145+238=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #7991EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7991EE is #866E11. Grayscale: #949494. Windows color (decimal): -8810002 or 15634809. OLE color: 15634809.

HSL color Cylindrical-coordinate representation of color #7991EE: hue angle of 227.69º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7991EE is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121145238-
CMYK0.490.3900.07
HSL227.69º77.48%70.39%-
HSV(B)227.69º49.16%93.33%-
XYZ33.4430.4985.01-
YUV148.43178.55108.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.01%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=24.01%
G=28.77%
B=47.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211452380.490.3900.07227.6977.4870.39
Hex7991EE312707e44d46
Octal171221356614707344115106
Binary1111001100100011110111011000110011101111110010010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7991EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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