#7096FA

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

Shades of Cornflower Blue #7096FA

Tints of Cornflower Blue #7096FA

Color information

#7096FA (or 0x7096FA) is unknown color: approx Cornflower Blue. HEX triplet: 70, 96 and FA. RGB value is (112,150,250). Sum of RGB (Red+Green+Blue) = 112+150+250=512 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.88% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #7096FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7096FA is #8F6905. Grayscale: #959595. Windows color (decimal): -9398534 or 16422512. OLE color: 16422512.

HSL color Cylindrical-coordinate representation of color #7096FA: hue angle of 223.48º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7096FA is Cyan = 0.55, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112150250-
CMYK0.550.400.02
HSL223.48º93.24%70.98%-
HSV(B)223.48º55.2%98.04%-
XYZ34.8432.1694.81-
YUV150.04184.41100.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.88%
GREEN value IS 150 (58.98% from 255) = 29.30%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=21.88%
G=29.30%
B=48.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1121502500.550.400.02223.4893.2470.98
Hex7096FA372802df5d47
Octal160226372675002337135107
Binary111000010010110111110101101111010000101101111110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7096FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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