#809BF7

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

Shades of Cornflower Blue #809BF7

Tints of Cornflower Blue #809BF7

Color information

#809BF7 (or 0x809BF7) is unknown color: approx Cornflower Blue. HEX triplet: 80, 9B and F7. RGB value is (128,155,247). Sum of RGB (Red+Green+Blue) = 128+155+247=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 247 (96.88% from 255 or 46.60% from 530); Max value from RGB is 247 - color contains mainly: blue. Hex color #809BF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809BF7 is #7F6408. Grayscale: #9D9D9D. Windows color (decimal): -8348681 or 16227200. OLE color: 16227200.

HSL color Cylindrical-coordinate representation of color #809BF7: hue angle of 226.39º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #809BF7 is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB128155247-
CMYK0.480.3700.03
HSL226.39º88.15%73.53%-
HSV(B)226.39º48.18%96.86%-
XYZ37.4134.7592.73-
YUV157.42178.55107.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.15%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 247 (96.88% from 255) = 46.60%
R=24.15%
G=29.25%
B=46.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1281552470.480.3700.03226.3988.1573.53
Hex809BF7302503e2584a
Octal200233367604503342130112
Binary1000000010011011111101111100001001010111110001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809BF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809BF7; }

 p { color: rgb(128,155,247); }

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

<style>
 a { background-color: #809BF7; }

 a { background-color: rgb(128,155,247); }

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

<style>
 span { border-color: #809BF7; }

 span { border-color: rgb(128,155,247); }

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