#7096FC

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

Shades of Cornflower Blue #7096FC

Tints of Cornflower Blue #7096FC

Color information

#7096FC (or 0x7096FC) is unknown color: approx Cornflower Blue. HEX triplet: 70, 96 and FC. RGB value is (112,150,252). Sum of RGB (Red+Green+Blue) = 112+150+252=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #7096FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7096FC is #8F6903. Grayscale: #959595. Windows color (decimal): -9398532 or 16553584. OLE color: 16553584.

HSL color Cylindrical-coordinate representation of color #7096FC: hue angle of 223.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7096FC is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB112150252-
CMYK0.560.4000.01
HSL223.71º95.89%71.37%-
HSV(B)223.71º55.56%98.82%-
XYZ35.1632.2996.47-
YUV150.27185.41100.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.79%
GREEN value IS 150 (58.98% from 255) = 29.18%
BLUE value IS 252 (98.83% from 255) = 49.03%
R=21.79%
G=29.18%
B=49.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1121502520.560.4000.01223.7195.8971.37
Hex7096FC382801e06047
Octal160226374705001340140107
Binary11100001001011011111100111000101000011110000011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7096FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7096FC; }

 p { color: rgb(112,150,252); }

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

<style>
 a { background-color: #7096FC; }

 a { background-color: rgb(112,150,252); }

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

<style>
 span { border-color: #7096FC; }

 span { border-color: rgb(112,150,252); }

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