#7993FC

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

Shades of Cornflower Blue #7993FC

Tints of Cornflower Blue #7993FC

Color information

#7993FC (or 0x7993FC) is unknown color: approx Cornflower Blue. HEX triplet: 79, 93 and FC. RGB value is (121,147,252). Sum of RGB (Red+Green+Blue) = 121+147+252=520 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.27% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #7993FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7993FC is #866C03. Grayscale: #969696. Windows color (decimal): -8809476 or 16552825. OLE color: 16552825.

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

Color convert

RGB121147252-
CMYK0.520.4200.01
HSL228.09º95.62%73.14%-
HSV(B)228.09º51.98%98.82%-
XYZ35.8931.9696.37-
YUV151.2184.89106.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.27%
GREEN value IS 147 (57.81% from 255) = 28.27%
BLUE value IS 252 (98.83% from 255) = 48.46%
R=23.27%
G=28.27%
B=48.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211472520.520.4200.01228.0995.6273.14
Hex7993FC342A01e46049
Octal171223374645201344140111
Binary11110011001001111111100110100101010011110010011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7993FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7993FC; }

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

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

<style>
 a { background-color: #7993FC; }

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

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

<style>
 span { border-color: #7993FC; }

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

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