#7795ea

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

Shades of Cornflower Blue #7795EA

Tints of Cornflower Blue #7795EA

Color information

#7795EA (or 0x7795EA) is unknown color: approx Cornflower Blue. HEX triplet: 77, 95 and EA. RGB value is (119,149,234). Sum of RGB (Red+Green+Blue) = 119+149+234=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #7795EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7795EA is #886A15. Grayscale: #959595. Windows color (decimal): -8940054 or 15373687. OLE color: 15373687.

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

Color convert

RGB119149234-
CMYK0.490.3600.08
HSL224.35º73.25%69.22%-
HSV(B)224.35º49.15%91.76%-
XYZ33.2131.3682.14-
YUV149.72175.56106.09-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.71%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 234 (91.80% from 255) = 46.61%
R=23.71%
G=29.68%
B=46.61%

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
Decimal1191492340.490.3600.08224.3573.2569.22
Hex7795EA312408e04945
Octal1672253526144010340111105
Binary11101111001010111101010110001100100010001110000010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7795ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7795ea; }

 p { color: rgb(119,149,234); }

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

<style>
 a { background-color: #7795ea; }

 a { background-color: rgb(119,149,234); }

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

<style>
 span { border-color: #7795ea; }

 span { border-color: rgb(119,149,234); }

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