#7894F3

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

Shades of Cornflower Blue #7894F3

Tints of Cornflower Blue #7894F3

Color information

#7894F3 (or 0x7894F3) is unknown color: approx Cornflower Blue. HEX triplet: 78, 94 and F3. RGB value is (120,148,243). Sum of RGB (Red+Green+Blue) = 120+148+243=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #7894F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7894F3 is #876B0C. Grayscale: #969696. Windows color (decimal): -8874765 or 15963256. OLE color: 15963256.

HSL color Cylindrical-coordinate representation of color #7894F3: hue angle of 226.34º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7894F3 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB120148243-
CMYK0.510.3900.05
HSL226.34º83.67%71.18%-
HSV(B)226.34º50.62%95.29%-
XYZ34.5131.6489.08-
YUV150.46180.22106.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.48%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 243 (95.31% from 255) = 47.55%
R=23.48%
G=28.96%
B=47.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1201482430.510.3900.05226.3483.6771.18
Hex7894F3332705e25447
Octal170224363634705342124107
Binary1111000100101001111001111001110011101011110001010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7894F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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