#79A0FF

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

Shades of Cornflower Blue #79A0FF

Tints of Cornflower Blue #79A0FF

Color information

#79A0FF (or 0x79A0FF) is unknown color: approx Cornflower Blue. HEX triplet: 79, A0 and FF. RGB value is (121,160,255). Sum of RGB (Red+Green+Blue) = 121+160+255=536 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.57% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #79A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A0FF is #865F00. Grayscale: #9E9E9E. Windows color (decimal): -8806145 or 16752761. OLE color: 16752761.

HSL color Cylindrical-coordinate representation of color #79A0FF: hue angle of 222.54º 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 #79A0FF is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB121160255-
CMYK0.530.3700
HSL222.54º100%73.73%-
HSV(B)222.54º52.55%100%-
XYZ38.5136.4399.61-
YUV159.17182.08100.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.57%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 255 (100% from 255) = 47.57%
R=22.57%
G=29.85%
B=47.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1211602550.530.3700222.5410073.73
Hex79A0FF352500df644a
Octal171240377654500337144112
Binary11110011010000011111111110101100101001101111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79A0FF; }

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

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

<style>
 a { background-color: #79A0FF; }

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

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

<style>
 span { border-color: #79A0FF; }

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

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