#7995FF

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

Shades of Cornflower Blue #7995FF

Tints of Cornflower Blue #7995FF

Color information

#7995FF (or 0x7995FF) is unknown color: approx Cornflower Blue. HEX triplet: 79, 95 and FF. RGB value is (121,149,255). Sum of RGB (Red+Green+Blue) = 121+149+255=525 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.05% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #7995FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7995FF is #866A00. Grayscale: #989898. Windows color (decimal): -8808961 or 16749945. OLE color: 16749945.

HSL color Cylindrical-coordinate representation of color #7995FF: hue angle of 227.46º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7995FF is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB121149255-
CMYK0.530.4200
HSL227.46º100%73.73%-
HSV(B)227.46º52.55%100%-
XYZ36.6832.7899-
YUV152.71185.72105.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.05%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 255 (100% from 255) = 48.57%
R=23.05%
G=28.38%
B=48.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1211492550.530.4200227.4610073.73
Hex7995FF352A00e3644a
Octal171225377655200343144112
Binary11110011001010111111111110101101010001110001111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7995FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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