#7596DF

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

Shades of Cornflower Blue #7596DF

Tints of Cornflower Blue #7596DF

Color information

#7596DF (or 0x7596DF) is unknown color: approx Cornflower Blue. HEX triplet: 75, 96 and DF. RGB value is (117,150,223). Sum of RGB (Red+Green+Blue) = 117+150+223=490 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.88% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #7596DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7596DF is #8A6920. Grayscale: #949494. Windows color (decimal): -9070881 or 14653045. OLE color: 14653045.

HSL color Cylindrical-coordinate representation of color #7596DF: hue angle of 221.32º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7596DF is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117150223-
CMYK0.480.3300.13
HSL221.32º62.35%66.67%-
HSV(B)221.32º47.53%87.45%-
XYZ31.5630.9274.12-
YUV148.45170.07105.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 23.88%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 223 (87.5% from 255) = 45.51%
R=23.88%
G=30.61%
B=45.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171502230.480.3300.13221.3262.3566.67
Hex7596DF30210Ddd3e43
Octal165226337604101533576103
Binary1110101100101101101111111000010000101101110111011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7596DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7596DF; }

 p { color: rgb(117,150,223); }

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

<style>
 a { background-color: #7596DF; }

 a { background-color: rgb(117,150,223); }

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

<style>
 span { border-color: #7596DF; }

 span { border-color: rgb(117,150,223); }

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