#798CFC

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

Shades of Cornflower Blue #798CFC

Tints of Cornflower Blue #798CFC

Color information

#798CFC (or 0x798CFC) is unknown color: approx Cornflower Blue. HEX triplet: 79, 8C and FC. RGB value is (121,140,252). Sum of RGB (Red+Green+Blue) = 121+140+252=513 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.59% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #798CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #798CFC is #867303. Grayscale: #929292. Windows color (decimal): -8811268 or 16551033. OLE color: 16551033.

HSL color Cylindrical-coordinate representation of color #798CFC: hue angle of 231.3º 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 #798CFC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121140252-
CMYK0.520.4400.01
HSL231.3º95.62%73.14%-
HSV(B)231.3º51.98%98.82%-
XYZ34.8329.8596.02-
YUV147.09187.21109.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.59%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 252 (98.83% from 255) = 49.12%
R=23.59%
G=27.29%
B=49.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211402520.520.4400.01231.395.6273.14
Hex798CFC342C01e76049
Octal171214374645401347140111
Binary11110011000110011111100110100101100011110011111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798CFC; }

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

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

<style>
 a { background-color: #798CFC; }

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

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

<style>
 span { border-color: #798CFC; }

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

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