#7196DE

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

Shades of Cornflower Blue #7196DE

Tints of Cornflower Blue #7196DE

Color information

#7196DE (or 0x7196DE) is unknown color: approx Cornflower Blue. HEX triplet: 71, 96 and DE. RGB value is (113,150,222). Sum of RGB (Red+Green+Blue) = 113+150+222=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #7196DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7196DE is #8E6921. Grayscale: #929292. Windows color (decimal): -9333026 or 14587505. OLE color: 14587505.

HSL color Cylindrical-coordinate representation of color #7196DE: hue angle of 219.63º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7196DE is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113150222-
CMYK0.490.3200.13
HSL219.63º62.29%65.69%-
HSV(B)219.63º49.1%87.06%-
XYZ30.930.673.38-
YUV147.14170.24103.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.30%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=23.30%
G=30.93%
B=45.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131502220.490.3200.13219.6362.2965.69
Hex7196DE31200Ddc3e42
Octal161226336614001533476102
Binary1110001100101101101111011000110000001101110111001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7196DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7196DE; }

 p { color: rgb(113,150,222); }

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

<style>
 a { background-color: #7196DE; }

 a { background-color: rgb(113,150,222); }

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

<style>
 span { border-color: #7196DE; }

 span { border-color: rgb(113,150,222); }

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