#7495EA

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

Shades of Cornflower Blue #7495EA

Tints of Cornflower Blue #7495EA

Color information

#7495EA (or 0x7495EA) is unknown color: approx Cornflower Blue. HEX triplet: 74, 95 and EA. RGB value is (116,149,234). Sum of RGB (Red+Green+Blue) = 116+149+234=499 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.25% from 499); Green value is 149 (58.59% from 255 or 29.86% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #7495EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7495EA is #8B6A15. Grayscale: #949494. Windows color (decimal): -9136662 or 15373684. OLE color: 15373684.

HSL color Cylindrical-coordinate representation of color #7495EA: hue angle of 223.22º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7495EA is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116149234-
CMYK0.500.3600.08
HSL223.22º73.75%68.63%-
HSV(B)223.22º50.43%91.76%-
XYZ32.831.1582.13-
YUV148.82176.07104.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.25%
GREEN value IS 149 (58.59% from 255) = 29.86%
BLUE value IS 234 (91.80% from 255) = 46.89%
R=23.25%
G=29.86%
B=46.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161492340.500.3600.08223.2273.7568.63
Hex7495EA322408df4a45
Octal1642253526244010337112105
Binary11101001001010111101010110010100100010001101111110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7495EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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