#8094FD

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

Shades of Cornflower Blue #8094FD

Tints of Cornflower Blue #8094FD

Color information

#8094FD (or 0x8094FD) is unknown color: approx Cornflower Blue. HEX triplet: 80, 94 and FD. RGB value is (128,148,253). Sum of RGB (Red+Green+Blue) = 128+148+253=529 (70% of max value = 765). Red value is 128 (50.39% from 255 or 24.20% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #8094FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8094FD is #7F6B02. Grayscale: #999999. Windows color (decimal): -8350467 or 16618624. OLE color: 16618624.

HSL color Cylindrical-coordinate representation of color #8094FD: hue angle of 230.4º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8094FD is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128148253-
CMYK0.490.4200.01
HSL230.4º96.9%74.71%-
HSV(B)230.4º49.41%99.22%-
XYZ37.2232.8697.31-
YUV153.99183.87109.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 24.20%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 253 (99.22% from 255) = 47.83%
R=24.20%
G=27.98%
B=47.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1281482530.490.4200.01230.496.974.71
Hex8094FD312A01e6614b
Octal200224375615201346141113
Binary100000001001010011111101110001101010011110011011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8094FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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