#7096FF

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

Shades of Cornflower Blue #7096FF

Tints of Cornflower Blue #7096FF

Color information

#7096FF (or 0x7096FF) is unknown color: approx Cornflower Blue. HEX triplet: 70, 96 and FF. RGB value is (112,150,255). Sum of RGB (Red+Green+Blue) = 112+150+255=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #7096FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7096FF is #8F6900. Grayscale: #969696. Windows color (decimal): -9398529 or 16750192. OLE color: 16750192.

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

Color convert

RGB112150255-
CMYK0.560.4100
HSL224.06º100%71.96%-
HSV(B)224.06º56.08%100%-
XYZ35.6432.4899-
YUV150.61186.91100.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.66%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 255 (100% from 255) = 49.32%
R=21.66%
G=29.01%
B=49.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1121502550.560.4100224.0610071.96
Hex7096FF382900e06448
Octal160226377705100340144110
Binary11100001001011011111111111000101001001110000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7096FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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