#7996EB

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

Shades of Cornflower Blue #7996EB

Tints of Cornflower Blue #7996EB

Color information

#7996EB (or 0x7996EB) is unknown color: approx Cornflower Blue. HEX triplet: 79, 96 and EB. RGB value is (121,150,235). Sum of RGB (Red+Green+Blue) = 121+150+235=506 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.91% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #7996EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7996EB is #866914. Grayscale: #969696. Windows color (decimal): -8808725 or 15439481. OLE color: 15439481.

HSL color Cylindrical-coordinate representation of color #7996EB: hue angle of 224.74º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7996EB is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121150235-
CMYK0.490.3600.08
HSL224.74º74.03%69.8%-
HSV(B)224.74º48.51%92.16%-
XYZ33.7931.8882.97-
YUV151.02175.39106.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.91%
GREEN value IS 150 (58.98% from 255) = 29.64%
BLUE value IS 235 (92.19% from 255) = 46.44%
R=23.91%
G=29.64%
B=46.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211502350.490.3600.08224.7474.0369.8
Hex7996EB312408e14a46
Octal1712263536144010341112106
Binary11110011001011011101011110001100100010001110000110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7996EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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