#78A2FF

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

Shades of Cornflower Blue #78A2FF

Tints of Cornflower Blue #78A2FF

Color information

#78A2FF (or 0x78A2FF) is unknown color: approx Cornflower Blue. HEX triplet: 78, A2 and FF. RGB value is (120,162,255). Sum of RGB (Red+Green+Blue) = 120+162+255=537 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.35% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #78A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A2FF is #875D00. Grayscale: #9F9F9F. Windows color (decimal): -8871169 or 16753272. OLE color: 16753272.

HSL color Cylindrical-coordinate representation of color #78A2FF: hue angle of 221.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78A2FF is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB120162255-
CMYK0.530.3600
HSL221.33º100%73.53%-
HSV(B)221.33º52.94%100%-
XYZ38.7237.0599.72-
YUV160.04181.5999.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.35%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 255 (100% from 255) = 47.49%
R=22.35%
G=30.17%
B=47.49%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1201622550.530.3600221.3310073.53
Hex78A2FF352400dd644a
Octal170242377654400335144112
Binary11110001010001011111111110101100100001101110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,162,255); }

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

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

 a { background-color: rgb(120,162,255); }

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

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

 span { border-color: rgb(120,162,255); }

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