#799BF5

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

Shades of Cornflower Blue #799BF5

Tints of Cornflower Blue #799BF5

Color information

#799BF5 (or 0x799BF5) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9B and F5. RGB value is (121,155,245). Sum of RGB (Red+Green+Blue) = 121+155+245=521 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.22% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #799BF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799BF5 is #86640A. Grayscale: #9A9A9A. Windows color (decimal): -8807435 or 16096121. OLE color: 16096121.

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

Color convert

RGB121155245-
CMYK0.510.3700.04
HSL223.55º86.11%71.76%-
HSV(B)223.55º50.61%96.08%-
XYZ36.0934.191.07-
YUV155.09178.74103.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.22%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 245 (96.09% from 255) = 47.02%
R=23.22%
G=29.75%
B=47.02%

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
Decimal1211552450.510.3700.04223.5586.1171.76
Hex799BF5332504e05648
Octal171233365634504340126110
Binary1111001100110111111010111001110010101001110000010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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