#799AF5

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

Shades of Cornflower Blue #799AF5

Tints of Cornflower Blue #799AF5

Color information

#799AF5 (or 0x799AF5) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9A and F5. RGB value is (121,154,245). Sum of RGB (Red+Green+Blue) = 121+154+245=520 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.27% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 245 - color contains mainly: blue. Hex color #799AF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799AF5 is #86650A. Grayscale: #9A9A9A. Windows color (decimal): -8807691 or 16095865. OLE color: 16095865.

HSL color Cylindrical-coordinate representation of color #799AF5: hue angle of 224.03º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #799AF5 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121154245-
CMYK0.510.3700.04
HSL224.03º86.11%71.76%-
HSV(B)224.03º50.61%96.08%-
XYZ35.9233.7791.01-
YUV154.51179.07104.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.27%
GREEN value IS 154 (60.55% from 255) = 29.62%
BLUE value IS 245 (96.09% from 255) = 47.12%
R=23.27%
G=29.62%
B=47.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1211542450.510.3700.04224.0386.1171.76
Hex799AF5332504e05648
Octal171232365634504340126110
Binary1111001100110101111010111001110010101001110000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799AF5; }

 p { color: rgb(121,154,245); }

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

<style>
 a { background-color: #799AF5; }

 a { background-color: rgb(121,154,245); }

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

<style>
 span { border-color: #799AF5; }

 span { border-color: rgb(121,154,245); }

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