#799AF6

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

Shades of Cornflower Blue #799AF6

Tints of Cornflower Blue #799AF6

Color information

#799AF6 (or 0x799AF6) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9A and F6. RGB value is (121,154,246). Sum of RGB (Red+Green+Blue) = 121+154+246=521 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.22% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #799AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799AF6 is #866509. Grayscale: #9A9A9A. Windows color (decimal): -8807690 or 16161401. OLE color: 16161401.

HSL color Cylindrical-coordinate representation of color #799AF6: hue angle of 224.16º degrees, saturation: 0.87, 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 #799AF6 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121154246-
CMYK0.510.3700.04
HSL224.16º87.41%71.96%-
HSV(B)224.16º50.81%96.47%-
XYZ36.0833.8391.82-
YUV154.62179.57104.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.22%
GREEN value IS 154 (60.55% from 255) = 29.56%
BLUE value IS 246 (96.48% from 255) = 47.22%
R=23.22%
G=29.56%
B=47.22%

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
Decimal1211542460.510.3700.04224.1687.4171.96
Hex799AF6332504e05748
Octal171232366634504340127110
Binary1111001100110101111011011001110010101001110000010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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