#8095FF

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

Shades of Cornflower Blue #8095FF

Tints of Cornflower Blue #8095FF

Color information

#8095FF (or 0x8095FF) is unknown color: approx Cornflower Blue. HEX triplet: 80, 95 and FF. RGB value is (128,149,255). Sum of RGB (Red+Green+Blue) = 128+149+255=532 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.06% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #8095FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8095FF is #7F6A00. Grayscale: #9A9A9A. Windows color (decimal): -8350209 or 16749952. OLE color: 16749952.

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

Color convert

RGB128149255-
CMYK0.500.4200
HSL230.08º100%75.1%-
HSV(B)230.08º49.8%100%-
XYZ37.733.399.05-
YUV154.8184.54108.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.06%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 255 (100% from 255) = 47.93%
R=24.06%
G=28.01%
B=47.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281492550.500.4200230.0810075.1
Hex8095FF322A00e6644b
Octal200225377625200346144113
Binary100000001001010111111111110010101010001110011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8095FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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