#7995F0

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

Shades of Cornflower Blue #7995F0

Tints of Cornflower Blue #7995F0

Color information

#7995F0 (or 0x7995F0) is unknown color: approx Cornflower Blue. HEX triplet: 79, 95 and F0. RGB value is (121,149,240). Sum of RGB (Red+Green+Blue) = 121+149+240=510 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.73% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #7995F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7995F0 is #866A0F. Grayscale: #969696. Windows color (decimal): -8808976 or 15766905. OLE color: 15766905.

HSL color Cylindrical-coordinate representation of color #7995F0: hue angle of 225.88º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7995F0 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB121149240-
CMYK0.500.3800.06
HSL225.88º79.87%70.78%-
HSV(B)225.88º49.58%94.12%-
XYZ34.3631.8586.77-
YUV151178.22106.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.73%
GREEN value IS 149 (58.59% from 255) = 29.22%
BLUE value IS 240 (94.14% from 255) = 47.06%
R=23.73%
G=29.22%
B=47.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1211492400.500.3800.06225.8879.8770.78
Hex7995F0322606e25047
Octal171225360624606342120107
Binary1111001100101011111000011001010011001101110001010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7995F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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