#809DF5

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

Shades of Cornflower Blue #809DF5

Tints of Cornflower Blue #809DF5

Color information

#809DF5 (or 0x809DF5) is unknown color: approx Cornflower Blue. HEX triplet: 80, 9D and F5. RGB value is (128,157,245). Sum of RGB (Red+Green+Blue) = 128+157+245=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #809DF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809DF5 is #7F620A. Grayscale: #9D9D9D. Windows color (decimal): -8348171 or 16096640. OLE color: 16096640.

HSL color Cylindrical-coordinate representation of color #809DF5: hue angle of 225.13º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #809DF5 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128157245-
CMYK0.480.3600.04
HSL225.13º85.4%73.14%-
HSV(B)225.13º47.76%96.08%-
XYZ37.4435.391.23-
YUV158.36176.89106.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.15%
GREEN value IS 157 (61.72% from 255) = 29.62%
BLUE value IS 245 (96.09% from 255) = 46.23%
R=24.15%
G=29.62%
B=46.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1281572450.480.3600.04225.1385.473.14
Hex809DF5302404e15549
Octal200235365604404341125111
Binary10000000100111011111010111000010010001001110000110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,157,245); }

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

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

 a { background-color: rgb(128,157,245); }

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

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

 span { border-color: rgb(128,157,245); }

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