#799CF5

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

Shades of Cornflower Blue #799CF5

Tints of Cornflower Blue #799CF5

Color information

#799CF5 (or 0x799CF5) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9C and F5. RGB value is (121,156,245). Sum of RGB (Red+Green+Blue) = 121+156+245=522 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.18% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 245 - color contains mainly: blue. Hex color #799CF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799CF5 is #86630A. Grayscale: #9B9B9B. Windows color (decimal): -8807179 or 16096377. OLE color: 16096377.

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

Color convert

RGB121156245-
CMYK0.510.3600.04
HSL223.06º86.11%71.76%-
HSV(B)223.06º50.61%96.08%-
XYZ36.2634.4391.12-
YUV155.68178.4103.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.18%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 245 (96.09% from 255) = 46.93%
R=23.18%
G=29.89%
B=46.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1211562450.510.3600.04223.0686.1171.76
Hex799CF5332404df5648
Octal171234365634404337126110
Binary1111001100111001111010111001110010001001101111110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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