#788BFD

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

Shades of Cornflower Blue #788BFD

Tints of Cornflower Blue #788BFD

Color information

#788BFD (or 0x788BFD) is unknown color: approx Cornflower Blue. HEX triplet: 78, 8B and FD. RGB value is (120,139,253). Sum of RGB (Red+Green+Blue) = 120+139+253=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 139 (54.69% from 255 or 27.15% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #788BFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788BFD is #877402. Grayscale: #919191. Windows color (decimal): -8877059 or 16616312. OLE color: 16616312.

HSL color Cylindrical-coordinate representation of color #788BFD: hue angle of 231.43º 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 #788BFD is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB120139253-
CMYK0.530.4500.01
HSL231.43º97.08%73.14%-
HSV(B)231.43º52.57%99.22%-
XYZ34.7129.5596.8-
YUV146.32188.21109.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.44%
GREEN value IS 139 (54.69% from 255) = 27.15%
BLUE value IS 253 (99.22% from 255) = 49.41%
R=23.44%
G=27.15%
B=49.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1201392530.530.4500.01231.4397.0873.14
Hex788BFD352D01e76149
Octal170213375655501347141111
Binary11110001000101111111101110101101101011110011111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788BFD; }

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

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

<style>
 a { background-color: #788BFD; }

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

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

<style>
 span { border-color: #788BFD; }

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

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