#809EFF

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

Shades of Cornflower Blue #809EFF

Tints of Cornflower Blue #809EFF

Color information

#809EFF (or 0x809EFF) is unknown color: approx Cornflower Blue. HEX triplet: 80, 9E and FF. RGB value is (128,158,255). Sum of RGB (Red+Green+Blue) = 128+158+255=541 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.66% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #809EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #809EFF is #7F6100. Grayscale: #9F9F9F. Windows color (decimal): -8347905 or 16752256. OLE color: 16752256.

HSL color Cylindrical-coordinate representation of color #809EFF: hue angle of 225.83º 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 #809EFF is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128158255-
CMYK0.500.3800
HSL225.83º100%75.1%-
HSV(B)225.83º49.8%100%-
XYZ39.1836.2699.54-
YUV160.09181.56105.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 23.66%
GREEN value IS 158 (62.11% from 255) = 29.21%
BLUE value IS 255 (100% from 255) = 47.13%
R=23.66%
G=29.21%
B=47.13%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281582550.500.3800225.8310075.1
Hex809EFF322600e2644b
Octal200236377624600342144113
Binary100000001001111011111111110010100110001110001011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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