#79A0FD

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

Shades of Cornflower Blue #79A0FD

Tints of Cornflower Blue #79A0FD

Color information

#79A0FD (or 0x79A0FD) is unknown color: approx Cornflower Blue. HEX triplet: 79, A0 and FD. RGB value is (121,160,253). Sum of RGB (Red+Green+Blue) = 121+160+253=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #79A0FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A0FD is #865F02. Grayscale: #9E9E9E. Windows color (decimal): -8806147 or 16621689. OLE color: 16621689.

HSL color Cylindrical-coordinate representation of color #79A0FD: hue angle of 222.27º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #79A0FD is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121160253-
CMYK0.520.3700.01
HSL222.27º97.06%73.33%-
HSV(B)222.27º52.17%99.22%-
XYZ38.1936.397.92-
YUV158.94181.08100.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.66%
GREEN value IS 160 (62.89% from 255) = 29.96%
BLUE value IS 253 (99.22% from 255) = 47.38%
R=22.66%
G=29.96%
B=47.38%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211602530.520.3700.01222.2797.0673.33
Hex79A0FD342501de6149
Octal171240375644501336141111
Binary11110011010000011111101110100100101011101111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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