#7186FA

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

Shades of Cornflower Blue #7186FA

Tints of Cornflower Blue #7186FA

Color information

#7186FA (or 0x7186FA) is unknown color: approx Cornflower Blue. HEX triplet: 71, 86 and FA. RGB value is (113,134,250). Sum of RGB (Red+Green+Blue) = 113+134+250=497 (65% of max value = 765). Red value is 113 (44.53% from 255 or 22.74% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #7186FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7186FA is #8E7905. Grayscale: #8C8C8C. Windows color (decimal): -9337094 or 16418417. OLE color: 16418417.

HSL color Cylindrical-coordinate representation of color #7186FA: hue angle of 230.8º degrees, saturation: 0.93, 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 #7186FA is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113134250-
CMYK0.550.4600.02
HSL230.8º93.2%71.18%-
HSV(B)230.8º54.8%98.04%-
XYZ32.5927.4694.03-
YUV140.94189.54108.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.74%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 250 (98.05% from 255) = 50.30%
R=22.74%
G=26.96%
B=50.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131342500.550.4600.02230.893.271.18
Hex7186FA372E02e75d47
Octal161206372675602347135107
Binary111000110000110111110101101111011100101110011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7186FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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