#7296FF

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

Shades of Cornflower Blue #7296FF

Tints of Cornflower Blue #7296FF

Color information

#7296FF (or 0x7296FF) is unknown color: approx Cornflower Blue. HEX triplet: 72, 96 and FF. RGB value is (114,150,255). Sum of RGB (Red+Green+Blue) = 114+150+255=519 (68% of max value = 765). Red value is 114 (44.92% from 255 or 21.97% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #7296FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7296FF is #8D6900. Grayscale: #969696. Windows color (decimal): -9267457 or 16750194. OLE color: 16750194.

HSL color Cylindrical-coordinate representation of color #7296FF: hue angle of 224.68º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7296FF is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB114150255-
CMYK0.550.4100
HSL224.68º100%72.35%-
HSV(B)224.68º55.29%100%-
XYZ35.932.6199.01-
YUV151.21186.57101.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 21.97%
GREEN value IS 150 (58.98% from 255) = 28.90%
BLUE value IS 255 (100% from 255) = 49.13%
R=21.97%
G=28.90%
B=49.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1141502550.550.4100224.6810072.35
Hex7296FF372900e16448
Octal162226377675100341144110
Binary11100101001011011111111110111101001001110000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7296FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7296FF; }

 p { color: rgb(114,150,255); }

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

<style>
 a { background-color: #7296FF; }

 a { background-color: rgb(114,150,255); }

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

<style>
 span { border-color: #7296FF; }

 span { border-color: rgb(114,150,255); }

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