#78A7FF

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

Shades of Cornflower Blue #78A7FF

Tints of Cornflower Blue #78A7FF

Color information

#78A7FF (or 0x78A7FF) is unknown color: approx Cornflower Blue. HEX triplet: 78, A7 and FF. RGB value is (120,167,255). Sum of RGB (Red+Green+Blue) = 120+167+255=542 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.14% from 542); Green value is 167 (65.62% from 255 or 30.81% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #78A7FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A7FF is #875800. Grayscale: #A2A2A2. Windows color (decimal): -8869889 or 16754552. OLE color: 16754552.

HSL color Cylindrical-coordinate representation of color #78A7FF: hue angle of 219.11º 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 #78A7FF is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB120167255-
CMYK0.530.3500
HSL219.11º100%73.53%-
HSV(B)219.11º52.94%100%-
XYZ39.6138.85100.02-
YUV162.98179.9397.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.14%
GREEN value IS 167 (65.62% from 255) = 30.81%
BLUE value IS 255 (100% from 255) = 47.05%
R=22.14%
G=30.81%
B=47.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1201672550.530.3500219.1110073.53
Hex78A7FF352300db644a
Octal170247377654300333144112
Binary11110001010011111111111110101100011001101101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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