#8097FE

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

Shades of Cornflower Blue #8097FE

Tints of Cornflower Blue #8097FE

Color information

#8097FE (or 0x8097FE) is unknown color: approx Cornflower Blue. HEX triplet: 80, 97 and FE. RGB value is (128,151,254). Sum of RGB (Red+Green+Blue) = 128+151+254=533 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.02% from 533); Green value is 151 (59.38% from 255 or 28.33% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #8097FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8097FE is #7F6801. Grayscale: #9B9B9B. Windows color (decimal): -8349698 or 16684928. OLE color: 16684928.

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

Color convert

RGB128151254-
CMYK0.500.4100.00
HSL229.05º98.44%74.9%-
HSV(B)229.05º49.61%99.61%-
XYZ37.8633.8898.31-
YUV155.86183.38108.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.02%
GREEN value IS 151 (59.38% from 255) = 28.33%
BLUE value IS 254 (99.61% from 255) = 47.65%
R=24.02%
G=28.33%
B=47.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1281512540.500.4100.00229.0598.4474.9
Hex8097FE322900e5624b
Octal200227376625100345142113
Binary100000001001011111111110110010101001001110010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8097FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8097FE; }

 p { color: rgb(128,151,254); }

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

<style>
 a { background-color: #8097FE; }

 a { background-color: rgb(128,151,254); }

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

<style>
 span { border-color: #8097FE; }

 span { border-color: rgb(128,151,254); }

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