#799CF1

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

Shades of Cornflower Blue #799CF1

Tints of Cornflower Blue #799CF1

Color information

#799CF1 (or 0x799CF1) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9C and F1. RGB value is (121,156,241). Sum of RGB (Red+Green+Blue) = 121+156+241=518 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.36% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #799CF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799CF1 is #86630E. Grayscale: #9A9A9A. Windows color (decimal): -8807183 or 15834233. OLE color: 15834233.

HSL color Cylindrical-coordinate representation of color #799CF1: hue angle of 222.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #799CF1 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB121156241-
CMYK0.500.3500.05
HSL222.5º81.08%70.98%-
HSV(B)222.5º49.79%94.51%-
XYZ35.6534.1987.94-
YUV155.22176.4103.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.36%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 241 (94.53% from 255) = 46.53%
R=23.36%
G=30.12%
B=46.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1211562410.500.3500.05222.581.0870.98
Hex799CF1322305de5147
Octal171234361624305336121107
Binary1111001100111001111000111001010001101011101111010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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