#809FFF

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

Shades of Cornflower Blue #809FFF

Tints of Cornflower Blue #809FFF

Color information

#809FFF (or 0x809FFF) is unknown color: approx Cornflower Blue. HEX triplet: 80, 9F and FF. RGB value is (128,159,255). Sum of RGB (Red+Green+Blue) = 128+159+255=542 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.62% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #809FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809FFF is #7F6000. Grayscale: #A0A0A0. Windows color (decimal): -8347649 or 16752512. OLE color: 16752512.

HSL color Cylindrical-coordinate representation of color #809FFF: hue angle of 225.35º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #809FFF is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128159255-
CMYK0.500.3800
HSL225.35º100%75.1%-
HSV(B)225.35º49.8%100%-
XYZ39.3536.6199.6-
YUV160.67181.23104.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.62%
GREEN value IS 159 (62.5% from 255) = 29.34%
BLUE value IS 255 (100% from 255) = 47.05%
R=23.62%
G=29.34%
B=47.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281592550.500.3800225.3510075.1
Hex809FFF322600e1644b
Octal200237377624600341144113
Binary100000001001111111111111110010100110001110000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,159,255); }

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

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

 a { background-color: rgb(128,159,255); }

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

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

 span { border-color: rgb(128,159,255); }

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