#7096F9

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

Shades of Cornflower Blue #7096F9

Tints of Cornflower Blue #7096F9

Color information

#7096F9 (or 0x7096F9) is unknown color: approx Cornflower Blue. HEX triplet: 70, 96 and F9. RGB value is (112,150,249). Sum of RGB (Red+Green+Blue) = 112+150+249=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 150 (58.98% from 255 or 29.35% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #7096F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7096F9 is #8F6906. Grayscale: #959595. Windows color (decimal): -9398535 or 16356976. OLE color: 16356976.

HSL color Cylindrical-coordinate representation of color #7096F9: hue angle of 223.36º degrees, saturation: 0.92, 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 #7096F9 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112150249-
CMYK0.550.4000.02
HSL223.36º91.95%70.78%-
HSV(B)223.36º55.02%97.65%-
XYZ34.6932.193.99-
YUV149.92183.91100.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.92%
GREEN value IS 150 (58.98% from 255) = 29.35%
BLUE value IS 249 (97.66% from 255) = 48.73%
R=21.92%
G=29.35%
B=48.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1121502490.550.4000.02223.3691.9570.78
Hex7096F9372802df5c47
Octal160226371675002337134107
Binary111000010010110111110011101111010000101101111110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7096F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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