#7894FB

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

Shades of Cornflower Blue #7894FB

Tints of Cornflower Blue #7894FB

Color information

#7894FB (or 0x7894FB) is unknown color: approx Cornflower Blue. HEX triplet: 78, 94 and FB. RGB value is (120,148,251). Sum of RGB (Red+Green+Blue) = 120+148+251=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #7894FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7894FB is #876B04. Grayscale: #969696. Windows color (decimal): -8874757 or 16487544. OLE color: 16487544.

HSL color Cylindrical-coordinate representation of color #7894FB: hue angle of 227.18º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7894FB is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120148251-
CMYK0.520.4100.02
HSL227.18º94.24%72.75%-
HSV(B)227.18º52.19%98.43%-
XYZ35.7532.1495.59-
YUV151.37184.22105.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.12%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 251 (98.44% from 255) = 48.36%
R=23.12%
G=28.52%
B=48.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1201482510.520.4100.02227.1894.2472.75
Hex7894FB342902e35e49
Octal170224373645102343136111
Binary111100010010100111110111101001010010101110001110111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7894FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7894FB; }

 p { color: rgb(120,148,251); }

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

<style>
 a { background-color: #7894FB; }

 a { background-color: rgb(120,148,251); }

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

<style>
 span { border-color: #7894FB; }

 span { border-color: rgb(120,148,251); }

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