#809CF5

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

Shades of Cornflower Blue #809CF5

Tints of Cornflower Blue #809CF5

Color information

#809CF5 (or 0x809CF5) is unknown color: approx Cornflower Blue. HEX triplet: 80, 9C and F5. RGB value is (128,156,245). Sum of RGB (Red+Green+Blue) = 128+156+245=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 156 (61.33% from 255 or 29.49% from 529); Blue value is 245 (96.09% from 255 or 46.31% from 529); Max value from RGB is 245 - color contains mainly: blue. Hex color #809CF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809CF5 is #7F630A. Grayscale: #9D9D9D. Windows color (decimal): -8348427 or 16096384. OLE color: 16096384.

HSL color Cylindrical-coordinate representation of color #809CF5: hue angle of 225.64º 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 #809CF5 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB128156245-
CMYK0.480.3600.04
HSL225.64º85.4%73.14%-
HSV(B)225.64º47.76%96.08%-
XYZ37.2734.9691.17-
YUV157.77177.22106.76-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.20%
GREEN value IS 156 (61.33% from 255) = 29.49%
BLUE value IS 245 (96.09% from 255) = 46.31%
R=24.20%
G=29.49%
B=46.31%

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
Decimal1281562450.480.3600.04225.6485.473.14
Hex809CF5302404e25549
Octal200234365604404342125111
Binary10000000100111001111010111000010010001001110001010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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