#7495DE

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

Shades of Cornflower Blue #7495DE

Tints of Cornflower Blue #7495DE

Color information

#7495DE (or 0x7495DE) is unknown color: approx Cornflower Blue. HEX triplet: 74, 95 and DE. RGB value is (116,149,222). Sum of RGB (Red+Green+Blue) = 116+149+222=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 222 (87.11% from 255 or 45.59% from 487); Max value from RGB is 222 - color contains mainly: blue. Hex color #7495DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7495DE is #8B6A21. Grayscale: #939393. Windows color (decimal): -9136674 or 14587252. OLE color: 14587252.

HSL color Cylindrical-coordinate representation of color #7495DE: hue angle of 221.32º degrees, saturation: 0.62, 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 #7495DE is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB116149222-
CMYK0.480.3300.13
HSL221.32º61.63%66.27%-
HSV(B)221.32º47.75%87.06%-
XYZ31.1330.4873.35-
YUV147.45170.07105.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.82%
GREEN value IS 149 (58.59% from 255) = 30.60%
BLUE value IS 222 (87.11% from 255) = 45.59%
R=23.82%
G=30.60%
B=45.59%

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
Decimal1161492220.480.3300.13221.3261.6366.27
Hex7495DE30210Ddd3e42
Octal164225336604101533576102
Binary1110100100101011101111011000010000101101110111011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7495DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7495DE; }

 p { color: rgb(116,149,222); }

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

<style>
 a { background-color: #7495DE; }

 a { background-color: rgb(116,149,222); }

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

<style>
 span { border-color: #7495DE; }

 span { border-color: rgb(116,149,222); }

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