#7995EB

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

Shades of Cornflower Blue #7995EB

Tints of Cornflower Blue #7995EB

Color information

#7995EB (or 0x7995EB) is unknown color: approx Cornflower Blue. HEX triplet: 79, 95 and EB. RGB value is (121,149,235). Sum of RGB (Red+Green+Blue) = 121+149+235=505 (66% of max value = 765). Red value is 121 (47.66% from 255 or 23.96% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #7995EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7995EB is #866A14. Grayscale: #969696. Windows color (decimal): -8808981 or 15439225. OLE color: 15439225.

HSL color Cylindrical-coordinate representation of color #7995EB: hue angle of 225.26º 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 #7995EB is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121149235-
CMYK0.490.3700.08
HSL225.26º74.03%69.8%-
HSV(B)225.26º48.51%92.16%-
XYZ33.6331.5682.92-
YUV150.43175.72107.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.96%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 235 (92.19% from 255) = 46.53%
R=23.96%
G=29.50%
B=46.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211492350.490.3700.08225.2674.0369.8
Hex7995EB312508e14a46
Octal1712253536145010341112106
Binary11110011001010111101011110001100101010001110000110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7995EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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