#788EFA

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

Shades of Cornflower Blue #788EFA

Tints of Cornflower Blue #788EFA

Color information

#788EFA (or 0x788EFA) is unknown color: approx Cornflower Blue. HEX triplet: 78, 8E and FA. RGB value is (120,142,250). Sum of RGB (Red+Green+Blue) = 120+142+250=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #788EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #788EFA is #877105. Grayscale: #939393. Windows color (decimal): -8876294 or 16420472. OLE color: 16420472.

HSL color Cylindrical-coordinate representation of color #788EFA: hue angle of 229.85º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #788EFA is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120142250-
CMYK0.520.4300.02
HSL229.85º92.86%72.55%-
HSV(B)229.85º52%98.04%-
XYZ34.6730.2494.45-
YUV147.73185.71108.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.44%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=23.44%
G=27.73%
B=48.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1201422500.520.4300.02229.8592.8672.55
Hex788EFA342B02e65d49
Octal170216372645302346135111
Binary111100010001110111110101101001010110101110011010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,142,250); }

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

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

 a { background-color: rgb(120,142,250); }

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

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

 span { border-color: rgb(120,142,250); }

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