#8095FE

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

Shades of Cornflower Blue #8095FE

Tints of Cornflower Blue #8095FE

Color information

#8095FE (or 0x8095FE) is unknown color: approx Cornflower Blue. HEX triplet: 80, 95 and FE. RGB value is (128,149,254). Sum of RGB (Red+Green+Blue) = 128+149+254=531 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.11% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #8095FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8095FE is #7F6A01. Grayscale: #9A9A9A. Windows color (decimal): -8350210 or 16684416. OLE color: 16684416.

HSL color Cylindrical-coordinate representation of color #8095FE: hue angle of 230º 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 #8095FE is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB128149254-
CMYK0.500.4100.00
HSL230º98.44%74.9%-
HSV(B)230º49.61%99.61%-
XYZ37.5433.2498.2-
YUV154.69184.04108.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.11%
GREEN value IS 149 (58.59% from 255) = 28.06%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=24.11%
G=28.06%
B=47.83%

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
Decimal1281492540.500.4100.0023098.4474.9
Hex8095FE322900e6624b
Octal200225376625100346142113
Binary100000001001010111111110110010101001001110011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8095FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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