#7097E0

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

Shades of Cornflower Blue #7097E0

Tints of Cornflower Blue #7097E0

Color information

#7097E0 (or 0x7097E0) is unknown color: approx Cornflower Blue. HEX triplet: 70, 97 and E0. RGB value is (112,151,224). Sum of RGB (Red+Green+Blue) = 112+151+224=487 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.00% from 487); Green value is 151 (59.38% from 255 or 31.01% from 487); Blue value is 224 (87.89% from 255 or 46.00% from 487); Max value from RGB is 224 - color contains mainly: blue. Hex color #7097E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7097E0 is #8F681F. Grayscale: #939393. Windows color (decimal): -9398304 or 14718832. OLE color: 14718832.

HSL color Cylindrical-coordinate representation of color #7097E0: hue angle of 219.11º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7097E0 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB112151224-
CMYK0.500.3300.12
HSL219.11º64.37%65.88%-
HSV(B)219.11º50%87.84%-
XYZ31.230.9674.85-
YUV147.66171.08102.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.00%
GREEN value IS 151 (59.38% from 255) = 31.01%
BLUE value IS 224 (87.89% from 255) = 46.00%
R=23.00%
G=31.01%
B=46.00%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1121512240.500.3300.12219.1164.3765.88
Hex7097E032210Cdb4042
Octal1602273406241014333100102
Binary11100001001011111100000110010100001011001101101110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7097E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7097E0; }

 p { color: rgb(112,151,224); }

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

<style>
 a { background-color: #7097E0; }

 a { background-color: rgb(112,151,224); }

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

<style>
 span { border-color: #7097E0; }

 span { border-color: rgb(112,151,224); }

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