#78A1FF

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

Shades of Cornflower Blue #78A1FF

Tints of Cornflower Blue #78A1FF

Color information

#78A1FF (or 0x78A1FF) is unknown color: approx Cornflower Blue. HEX triplet: 78, A1 and FF. RGB value is (120,161,255). Sum of RGB (Red+Green+Blue) = 120+161+255=536 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.39% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #78A1FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A1FF is #875E00. Grayscale: #9F9F9F. Windows color (decimal): -8871425 or 16753016. OLE color: 16753016.

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

Color convert

RGB120161255-
CMYK0.530.3700
HSL221.78º100%73.53%-
HSV(B)221.78º52.94%100%-
XYZ38.5436.799.66-
YUV159.46181.9299.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.39%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 255 (100% from 255) = 47.57%
R=22.39%
G=30.04%
B=47.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1201612550.530.3700221.7810073.53
Hex78A1FF352500de644a
Octal170241377654500336144112
Binary11110001010000111111111110101100101001101111011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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