#8094FA

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

Shades of Cornflower Blue #8094FA

Tints of Cornflower Blue #8094FA

Color information

#8094FA (or 0x8094FA) is unknown color: approx Cornflower Blue. HEX triplet: 80, 94 and FA. RGB value is (128,148,250). Sum of RGB (Red+Green+Blue) = 128+148+250=526 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.33% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #8094FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8094FA is #7F6B05. Grayscale: #999999. Windows color (decimal): -8350470 or 16422016. OLE color: 16422016.

HSL color Cylindrical-coordinate representation of color #8094FA: hue angle of 230.16º 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 #8094FA is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128148250-
CMYK0.490.4100.02
HSL230.16º92.42%74.12%-
HSV(B)230.16º48.8%98.04%-
XYZ36.7532.6794.81-
YUV153.65182.37109.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.33%
GREEN value IS 148 (58.20% from 255) = 28.14%
BLUE value IS 250 (98.05% from 255) = 47.53%
R=24.33%
G=28.14%
B=47.53%

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
Decimal1281482500.490.4100.02230.1692.4274.12
Hex8094FA312902e65c4a
Octal200224372615102346134112
Binary1000000010010100111110101100011010010101110011010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8094FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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