#7295EB

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

Shades of Cornflower Blue #7295EB

Tints of Cornflower Blue #7295EB

Color information

#7295EB (or 0x7295EB) is unknown color: approx Cornflower Blue. HEX triplet: 72, 95 and EB. RGB value is (114,149,235). Sum of RGB (Red+Green+Blue) = 114+149+235=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 149 (58.59% from 255 or 29.92% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #7295EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7295EB is #8D6A14. Grayscale: #939393. Windows color (decimal): -9267733 or 15439218. OLE color: 15439218.

HSL color Cylindrical-coordinate representation of color #7295EB: hue angle of 222.64º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7295EB is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114149235-
CMYK0.510.3700.08
HSL222.64º75.16%68.43%-
HSV(B)222.64º51.49%92.16%-
XYZ32.6831.0782.87-
YUV148.34176.9103.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.89%
GREEN value IS 149 (58.59% from 255) = 29.92%
BLUE value IS 235 (92.19% from 255) = 47.19%
R=22.89%
G=29.92%
B=47.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141492350.510.3700.08222.6475.1668.43
Hex7295EB332508df4b44
Octal1622253536345010337113104
Binary11100101001010111101011110011100101010001101111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7295EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7295EB; }

 p { color: rgb(114,149,235); }

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

<style>
 a { background-color: #7295EB; }

 a { background-color: rgb(114,149,235); }

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

<style>
 span { border-color: #7295EB; }

 span { border-color: rgb(114,149,235); }

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