#8093FF

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

Shades of Cornflower Blue #8093FF

Tints of Cornflower Blue #8093FF

Color information

#8093FF (or 0x8093FF) is unknown color: approx Cornflower Blue. HEX triplet: 80, 93 and FF. RGB value is (128,147,255). Sum of RGB (Red+Green+Blue) = 128+147+255=530 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.15% from 530); Green value is 147 (57.81% from 255 or 27.74% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #8093FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8093FF is #7F6C00. Grayscale: #999999. Windows color (decimal): -8350721 or 16749440. OLE color: 16749440.

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

Color convert

RGB128147255-
CMYK0.500.4200
HSL231.02º100%75.1%-
HSV(B)231.02º49.8%100%-
XYZ37.3932.6898.94-
YUV153.63185.21109.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.15%
GREEN value IS 147 (57.81% from 255) = 27.74%
BLUE value IS 255 (100% from 255) = 48.11%
R=24.15%
G=27.74%
B=48.11%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281472550.500.4200231.0210075.1
Hex8093FF322A00e7644b
Octal200223377625200347144113
Binary100000001001001111111111110010101010001110011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8093FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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