#7997FE

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

Shades of Cornflower Blue #7997FE

Tints of Cornflower Blue #7997FE

Color information

#7997FE (or 0x7997FE) is unknown color: approx Cornflower Blue. HEX triplet: 79, 97 and FE. RGB value is (121,151,254). Sum of RGB (Red+Green+Blue) = 121+151+254=526 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.00% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #7997FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7997FE is #866801. Grayscale: #999999. Windows color (decimal): -8808450 or 16684921. OLE color: 16684921.

HSL color Cylindrical-coordinate representation of color #7997FE: hue angle of 226.47º 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 #7997FE is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB121151254-
CMYK0.520.4100.00
HSL226.47º98.52%73.53%-
HSV(B)226.47º52.36%99.61%-
XYZ36.8433.3598.26-
YUV153.77184.56104.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.00%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 254 (99.61% from 255) = 48.29%
R=23.00%
G=28.71%
B=48.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1211512540.520.4100.00226.4798.5273.53
Hex7997FE342900e2634a
Octal171227376645100342143112
Binary11110011001011111111110110100101001001110001011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7997FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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