#809DF6

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

Shades of Cornflower Blue #809DF6

Tints of Cornflower Blue #809DF6

Color information

#809DF6 (or 0x809DF6) is unknown color: approx Cornflower Blue. HEX triplet: 80, 9D and F6. RGB value is (128,157,246). Sum of RGB (Red+Green+Blue) = 128+157+246=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 246 (96.48% from 255 or 46.33% from 531); Max value from RGB is 246 - color contains mainly: blue. Hex color #809DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809DF6 is #7F6209. Grayscale: #9E9E9E. Windows color (decimal): -8348170 or 16162176. OLE color: 16162176.

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

Color convert

RGB128157246-
CMYK0.480.3600.04
HSL225.25º86.76%73.33%-
HSV(B)225.25º47.97%96.47%-
XYZ37.5935.3692.03-
YUV158.48177.39106.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.11%
GREEN value IS 157 (61.72% from 255) = 29.57%
BLUE value IS 246 (96.48% from 255) = 46.33%
R=24.11%
G=29.57%
B=46.33%

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
Decimal1281572460.480.3600.04225.2586.7673.33
Hex809DF6302404e15749
Octal200235366604404341127111
Binary10000000100111011111011011000010010001001110000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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