#8093FA

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

Shades of Cornflower Blue #8093FA

Tints of Cornflower Blue #8093FA

Color information

#8093FA (or 0x8093FA) is unknown color: approx Cornflower Blue. HEX triplet: 80, 93 and FA. RGB value is (128,147,250). Sum of RGB (Red+Green+Blue) = 128+147+250=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #8093FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8093FA is #7F6C05. Grayscale: #989898. Windows color (decimal): -8350726 or 16421760. OLE color: 16421760.

HSL color Cylindrical-coordinate representation of color #8093FA: hue angle of 230.66º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8093FA is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128147250-
CMYK0.490.4100.02
HSL230.66º92.42%74.12%-
HSV(B)230.66º48.8%98.04%-
XYZ36.5932.3694.76-
YUV153.06182.71110.12-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.38%
GREEN value IS 147 (57.81% from 255) = 28%
BLUE value IS 250 (98.05% from 255) = 47.62%
R=24.38%
G=28%
B=47.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281472500.490.4100.02230.6692.4274.12
Hex8093FA312902e75c4a
Octal200223372615102347134112
Binary1000000010010011111110101100011010010101110011110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8093FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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