#7997FC

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

Shades of Cornflower Blue #7997FC

Tints of Cornflower Blue #7997FC

Color information

#7997FC (or 0x7997FC) is unknown color: approx Cornflower Blue. HEX triplet: 79, 97 and FC. RGB value is (121,151,252). Sum of RGB (Red+Green+Blue) = 121+151+252=524 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.09% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #7997FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7997FC is #866803. Grayscale: #999999. Windows color (decimal): -8808452 or 16553849. OLE color: 16553849.

HSL color Cylindrical-coordinate representation of color #7997FC: hue angle of 226.26º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7997FC is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121151252-
CMYK0.520.4000.01
HSL226.26º95.62%73.14%-
HSV(B)226.26º51.98%98.82%-
XYZ36.5233.2396.58-
YUV153.54183.56104.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.09%
GREEN value IS 151 (59.38% from 255) = 28.82%
BLUE value IS 252 (98.83% from 255) = 48.09%
R=23.09%
G=28.82%
B=48.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211512520.520.4000.01226.2695.6273.14
Hex7997FC342801e26049
Octal171227374645001342140111
Binary11110011001011111111100110100101000011110001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7997FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7997FC; }

 p { color: rgb(121,151,252); }

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

<style>
 a { background-color: #7997FC; }

 a { background-color: rgb(121,151,252); }

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

<style>
 span { border-color: #7997FC; }

 span { border-color: rgb(121,151,252); }

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