#8091FB

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

Shades of Cornflower Blue #8091FB

Tints of Cornflower Blue #8091FB

Color information

#8091FB (or 0x8091FB) is unknown color: approx Cornflower Blue. HEX triplet: 80, 91 and FB. RGB value is (128,145,251). Sum of RGB (Red+Green+Blue) = 128+145+251=524 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.43% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 251 (98.44% from 255 or 47.90% from 524); Max value from RGB is 251 - color contains mainly: blue. Hex color #8091FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8091FB is #7F6E04. Grayscale: #979797. Windows color (decimal): -8351237 or 16486784. OLE color: 16486784.

HSL color Cylindrical-coordinate representation of color #8091FB: hue angle of 231.71º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8091FB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128145251-
CMYK0.490.4200.02
HSL231.71º93.89%74.31%-
HSV(B)231.71º49%98.43%-
XYZ36.4431.8195.49-
YUV152183.87110.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.43%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 251 (98.44% from 255) = 47.90%
R=24.43%
G=27.67%
B=47.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281452510.490.4200.02231.7193.8974.31
Hex8091FB312A02e85e4a
Octal200221373615202350136112
Binary1000000010010001111110111100011010100101110100010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8091FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,145,251); }

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

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

 a { background-color: rgb(128,145,251); }

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

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

 span { border-color: rgb(128,145,251); }

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