#78A0F3

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

Shades of Cornflower Blue #78A0F3

Tints of Cornflower Blue #78A0F3

Color information

#78A0F3 (or 0x78A0F3) is unknown color: approx Cornflower Blue. HEX triplet: 78, A0 and F3. RGB value is (120,160,243). Sum of RGB (Red+Green+Blue) = 120+160+243=523 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.94% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #78A0F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A0F3 is #875F0C. Grayscale: #9D9D9D. Windows color (decimal): -8871693 or 15966328. OLE color: 15966328.

HSL color Cylindrical-coordinate representation of color #78A0F3: hue angle of 220.49º 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 #78A0F3 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB120160243-
CMYK0.510.3400.05
HSL220.49º83.67%71.18%-
HSV(B)220.49º50.62%95.29%-
XYZ36.4935.6189.74-
YUV157.5176.25101.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.94%
GREEN value IS 160 (62.89% from 255) = 30.59%
BLUE value IS 243 (95.31% from 255) = 46.46%
R=22.94%
G=30.59%
B=46.46%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1201602430.510.3400.05220.4983.6771.18
Hex78A0F3332205dc5447
Octal170240363634205334124107
Binary1111000101000001111001111001110001001011101110010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A0F3; }

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

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

<style>
 a { background-color: #78A0F3; }

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

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

<style>
 span { border-color: #78A0F3; }

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

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