#7594FC

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

Shades of Cornflower Blue #7594FC

Tints of Cornflower Blue #7594FC

Color information

#7594FC (or 0x7594FC) is unknown color: approx Cornflower Blue. HEX triplet: 75, 94 and FC. RGB value is (117,148,252). Sum of RGB (Red+Green+Blue) = 117+148+252=517 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.63% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #7594FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7594FC is #8A6B03. Grayscale: #969696. Windows color (decimal): -9071364 or 16553077. OLE color: 16553077.

HSL color Cylindrical-coordinate representation of color #7594FC: hue angle of 226.22º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7594FC is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB117148252-
CMYK0.540.4100.01
HSL226.22º95.74%72.35%-
HSV(B)226.22º53.57%98.82%-
XYZ35.531.9996.4-
YUV150.59185.23104.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.63%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 252 (98.83% from 255) = 48.74%
R=22.63%
G=28.63%
B=48.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1171482520.540.4100.01226.2295.7472.35
Hex7594FC362901e26048
Octal165224374665101342140110
Binary11101011001010011111100110110101001011110001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7594FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,148,252); }

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

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

 a { background-color: rgb(117,148,252); }

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

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

 span { border-color: rgb(117,148,252); }

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