#7086FB

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

Shades of Cornflower Blue #7086FB

Tints of Cornflower Blue #7086FB

Color information

#7086FB (or 0x7086FB) is unknown color: approx Cornflower Blue. HEX triplet: 70, 86 and FB. RGB value is (112,134,251). Sum of RGB (Red+Green+Blue) = 112+134+251=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #7086FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7086FB is #8F7904. Grayscale: #8C8C8C. Windows color (decimal): -9402629 or 16483952. OLE color: 16483952.

HSL color Cylindrical-coordinate representation of color #7086FB: hue angle of 230.5º degrees, saturation: 0.95, 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 #7086FB is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB112134251-
CMYK0.550.4700.02
HSL230.5º94.56%71.18%-
HSV(B)230.5º55.38%98.43%-
XYZ32.6227.4694.85-
YUV140.76190.21107.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.54%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 251 (98.44% from 255) = 50.50%
R=22.54%
G=26.96%
B=50.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1121342510.550.4700.02230.594.5671.18
Hex7086FB372F02e75f47
Octal160206373675702347137107
Binary111000010000110111110111101111011110101110011110111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7086FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7086FB; }

 p { color: rgb(112,134,251); }

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

<style>
 a { background-color: #7086FB; }

 a { background-color: rgb(112,134,251); }

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

<style>
 span { border-color: #7086FB; }

 span { border-color: rgb(112,134,251); }

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