#7599F5

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

Shades of Cornflower Blue #7599F5

Tints of Cornflower Blue #7599F5

Color information

#7599F5 (or 0x7599F5) is unknown color: approx Cornflower Blue. HEX triplet: 75, 99 and F5. RGB value is (117,153,245). Sum of RGB (Red+Green+Blue) = 117+153+245=515 (68% of max value = 765). Red value is 117 (46.09% from 255 or 22.72% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #7599F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7599F5 is #8A660A. Grayscale: #989898. Windows color (decimal): -9070091 or 16095605. OLE color: 16095605.

HSL color Cylindrical-coordinate representation of color #7599F5: hue angle of 223.12º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7599F5 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB117153245-
CMYK0.520.3800.04
HSL223.12º86.49%70.98%-
HSV(B)223.12º52.24%96.08%-
XYZ35.2133.1690.93-
YUV152.72180.07102.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 22.72%
GREEN value IS 153 (60.16% from 255) = 29.71%
BLUE value IS 245 (96.09% from 255) = 47.57%
R=22.72%
G=29.71%
B=47.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1171532450.520.3800.04223.1286.4970.98
Hex7599F5342604df5647
Octal165231365644604337126107
Binary1110101100110011111010111010010011001001101111110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7599F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7599F5; }

 p { color: rgb(117,153,245); }

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

<style>
 a { background-color: #7599F5; }

 a { background-color: rgb(117,153,245); }

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

<style>
 span { border-color: #7599F5; }

 span { border-color: rgb(117,153,245); }

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