#7096D9

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

Shades of Cornflower Blue #7096D9

Tints of Cornflower Blue #7096D9

Color information

#7096D9 (or 0x7096D9) is unknown color: approx Cornflower Blue. HEX triplet: 70, 96 and D9. RGB value is (112,150,217). Sum of RGB (Red+Green+Blue) = 112+150+217=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #7096D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7096D9 is #8F6926. Grayscale: #919191. Windows color (decimal): -9398567 or 14259824. OLE color: 14259824.

HSL color Cylindrical-coordinate representation of color #7096D9: hue angle of 218.29º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7096D9 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112150217-
CMYK0.480.3100.15
HSL218.29º58.01%64.51%-
HSV(B)218.29º48.39%85.1%-
XYZ30.1130.2769.9-
YUV146.28167.91103.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.38%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 217 (85.16% from 255) = 45.30%
R=23.38%
G=31.32%
B=45.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121502170.480.3100.15218.2958.0164.51
Hex7096D9301F0Fda3a41
Octal160226331603701733272101
Binary111000010010110110110011100001111101111110110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7096D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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