#78A2FD

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

Shades of Cornflower Blue #78A2FD

Tints of Cornflower Blue #78A2FD

Color information

#78A2FD (or 0x78A2FD) is unknown color: approx Cornflower Blue. HEX triplet: 78, A2 and FD. RGB value is (120,162,253). Sum of RGB (Red+Green+Blue) = 120+162+253=535 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.43% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #78A2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A2FD is #875D02. Grayscale: #9F9F9F. Windows color (decimal): -8871171 or 16622200. OLE color: 16622200.

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

Color convert

RGB120162253-
CMYK0.530.3600.01
HSL221.05º97.08%73.14%-
HSV(B)221.05º52.57%99.22%-
XYZ38.436.9398.03-
YUV159.82180.5999.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.43%
GREEN value IS 162 (63.67% from 255) = 30.28%
BLUE value IS 253 (99.22% from 255) = 47.29%
R=22.43%
G=30.28%
B=47.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1201622530.530.3600.01221.0597.0873.14
Hex78A2FD352401dd6149
Octal170242375654401335141111
Binary11110001010001011111101110101100100011101110111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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