#7497DF

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

Shades of Cornflower Blue #7497DF

Tints of Cornflower Blue #7497DF

Color information

#7497DF (or 0x7497DF) is unknown color: approx Cornflower Blue. HEX triplet: 74, 97 and DF. RGB value is (116,151,223). Sum of RGB (Red+Green+Blue) = 116+151+223=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 151 (59.38% from 255 or 30.82% 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 #7497DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7497DF is #8B6820. Grayscale: #949494. Windows color (decimal): -9136161 or 14653300. OLE color: 14653300.

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

Color convert

RGB116151223-
CMYK0.480.3200.13
HSL220.37º62.57%66.47%-
HSV(B)220.37º47.98%87.45%-
XYZ31.5931.1774.16-
YUV148.74169.9104.65-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.67%
GREEN value IS 151 (59.38% from 255) = 30.82%
BLUE value IS 223 (87.5% from 255) = 45.51%
R=23.67%
G=30.82%
B=45.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1161512230.480.3200.13220.3762.5766.47
Hex7497DF30200Ddc3f42
Octal164227337604001533477102
Binary1110100100101111101111111000010000001101110111001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7497DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,151,223); }

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

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

 a { background-color: rgb(116,151,223); }

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

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

 span { border-color: rgb(116,151,223); }

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