#7995EC

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

Shades of Cornflower Blue #7995EC

Tints of Cornflower Blue #7995EC

Color information

#7995EC (or 0x7995EC) is unknown color: approx Cornflower Blue. HEX triplet: 79, 95 and EC. RGB value is (121,149,236). Sum of RGB (Red+Green+Blue) = 121+149+236=506 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.91% from 506); Green value is 149 (58.59% from 255 or 29.45% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #7995EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7995EC is #866A13. Grayscale: #969696. Windows color (decimal): -8808980 or 15504761. OLE color: 15504761.

HSL color Cylindrical-coordinate representation of color #7995EC: hue angle of 225.39º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7995EC is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121149236-
CMYK0.490.3700.07
HSL225.39º75.16%70%-
HSV(B)225.39º48.73%92.55%-
XYZ33.7731.6283.68-
YUV150.55176.22106.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.91%
GREEN value IS 149 (58.59% from 255) = 29.45%
BLUE value IS 236 (92.58% from 255) = 46.64%
R=23.91%
G=29.45%
B=46.64%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211492360.490.3700.07225.3975.1670
Hex7995EC312507e14b46
Octal171225354614507341113106
Binary1111001100101011110110011000110010101111110000110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7995EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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