#799BFC

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

Shades of Cornflower Blue #799BFC

Tints of Cornflower Blue #799BFC

Color information

#799BFC (or 0x799BFC) is unknown color: approx Cornflower Blue. HEX triplet: 79, 9B and FC. RGB value is (121,155,252). Sum of RGB (Red+Green+Blue) = 121+155+252=528 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.92% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #799BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #799BFC is #866403. Grayscale: #9B9B9B. Windows color (decimal): -8807428 or 16554873. OLE color: 16554873.

HSL color Cylindrical-coordinate representation of color #799BFC: hue angle of 224.43º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #799BFC is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121155252-
CMYK0.520.3800.01
HSL224.43º95.62%73.14%-
HSV(B)224.43º51.98%98.82%-
XYZ37.1834.5496.8-
YUV155.89182.24103.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.92%
GREEN value IS 155 (60.94% from 255) = 29.36%
BLUE value IS 252 (98.83% from 255) = 47.73%
R=22.92%
G=29.36%
B=47.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211552520.520.3800.01224.4395.6273.14
Hex799BFC342601e06049
Octal171233374644601340140111
Binary11110011001101111111100110100100110011110000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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