#7186DE

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

Shades of Cornflower Blue #7186DE

Tints of Cornflower Blue #7186DE

Color information

#7186DE (or 0x7186DE) is unknown color: approx Cornflower Blue. HEX triplet: 71, 86 and DE. RGB value is (113,134,222). Sum of RGB (Red+Green+Blue) = 113+134+222=469 (62% of max value = 765). Red value is 113 (44.53% from 255 or 24.09% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #7186DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7186DE is #8E7921. Grayscale: #898989. Windows color (decimal): -9337122 or 14583409. OLE color: 14583409.

HSL color Cylindrical-coordinate representation of color #7186DE: hue angle of 228.44º 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 #7186DE is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB113134222-
CMYK0.490.4000.13
HSL228.44º62.29%65.69%-
HSV(B)228.44º49.1%87.06%-
XYZ28.5225.8372.59-
YUV137.75175.54110.34-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.09%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 222 (87.11% from 255) = 47.33%
R=24.09%
G=28.57%
B=47.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1131342220.490.4000.13228.4462.2965.69
Hex7186DE31280De43e42
Octal161206336615001534476102
Binary1110001100001101101111011000110100001101111001001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7186DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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