#809AFA

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

Shades of Cornflower Blue #809AFA

Tints of Cornflower Blue #809AFA

Color information

#809AFA (or 0x809AFA) is unknown color: approx Cornflower Blue. HEX triplet: 80, 9A and FA. RGB value is (128,154,250). Sum of RGB (Red+Green+Blue) = 128+154+250=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #809AFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809AFA is #7F6505. Grayscale: #9C9C9C. Windows color (decimal): -8348934 or 16423552. OLE color: 16423552.

HSL color Cylindrical-coordinate representation of color #809AFA: hue angle of 227.21º degrees, saturation: 0.92, 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 #809AFA is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128154250-
CMYK0.490.3800.02
HSL227.21º92.42%74.12%-
HSV(B)227.21º48.8%98.04%-
XYZ37.7134.695.13-
YUV157.17180.39107.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.06%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 250 (98.05% from 255) = 46.99%
R=24.06%
G=28.95%
B=46.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281542500.490.3800.02227.2192.4274.12
Hex809AFA312602e35c4a
Octal200232372614602343134112
Binary1000000010011010111110101100011001100101110001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,154,250); }

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

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

 a { background-color: rgb(128,154,250); }

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

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

 span { border-color: rgb(128,154,250); }

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