#7996FE

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

Shades of Cornflower Blue #7996FE

Tints of Cornflower Blue #7996FE

Color information

#7996FE (or 0x7996FE) is unknown color: approx Cornflower Blue. HEX triplet: 79, 96 and FE. RGB value is (121,150,254). Sum of RGB (Red+Green+Blue) = 121+150+254=525 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.05% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #7996FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7996FE is #866901. Grayscale: #989898. Windows color (decimal): -8808706 or 16684665. OLE color: 16684665.

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

Color convert

RGB121150254-
CMYK0.520.4100.00
HSL226.92º98.52%73.53%-
HSV(B)226.92º52.36%99.61%-
XYZ36.6833.0398.21-
YUV153.18184.89105.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.05%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 254 (99.61% from 255) = 48.38%
R=23.05%
G=28.57%
B=48.38%

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
Decimal1211502540.520.4100.00226.9298.5273.53
Hex7996FE342900e3634a
Octal171226376645100343143112
Binary11110011001011011111110110100101001001110001111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7996FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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