#7996FB

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

Shades of Cornflower Blue #7996FB

Tints of Cornflower Blue #7996FB

Color information

#7996FB (or 0x7996FB) is unknown color: approx Cornflower Blue. HEX triplet: 79, 96 and FB. RGB value is (121,150,251). Sum of RGB (Red+Green+Blue) = 121+150+251=522 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.18% from 522); Green value is 150 (58.98% from 255 or 28.74% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #7996FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7996FB is #866904. Grayscale: #989898. Windows color (decimal): -8808709 or 16488057. OLE color: 16488057.

HSL color Cylindrical-coordinate representation of color #7996FB: hue angle of 226.62º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7996FB is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB121150251-
CMYK0.520.4000.02
HSL226.62º94.2%72.94%-
HSV(B)226.62º51.79%98.43%-
XYZ36.232.8495.7-
YUV152.84183.39105.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.18%
GREEN value IS 150 (58.98% from 255) = 28.74%
BLUE value IS 251 (98.44% from 255) = 48.08%
R=23.18%
G=28.74%
B=48.08%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211502510.520.4000.02226.6294.272.94
Hex7996FB342802e35e49
Octal171226373645002343136111
Binary111100110010110111110111101001010000101110001110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7996FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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