#7784EB

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

Shades of Cornflower Blue #7784EB

Tints of Cornflower Blue #7784EB

Color information

#7784EB (or 0x7784EB) is unknown color: approx Cornflower Blue. HEX triplet: 77, 84 and EB. RGB value is (119,132,235). Sum of RGB (Red+Green+Blue) = 119+132+235=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 132 (51.95% from 255 or 27.16% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #7784EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7784EB is #887B14. Grayscale: #8B8B8B. Windows color (decimal): -8944405 or 15434871. OLE color: 15434871.

HSL color Cylindrical-coordinate representation of color #7784EB: hue angle of 233.28º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7784EB is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB119132235-
CMYK0.490.4400.08
HSL233.28º74.36%69.41%-
HSV(B)233.28º49.36%92.16%-
XYZ30.8526.4282.07-
YUV139.85181.69113.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.49%
GREEN value IS 132 (51.95% from 255) = 27.16%
BLUE value IS 235 (92.19% from 255) = 48.35%
R=24.49%
G=27.16%
B=48.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1191322350.490.4400.08233.2874.3669.41
Hex7784EB312C08e94a45
Octal1672043536154010351112105
Binary11101111000010011101011110001101100010001110100110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7784EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7784EB; }

 p { color: rgb(119,132,235); }

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

<style>
 a { background-color: #7784EB; }

 a { background-color: rgb(119,132,235); }

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

<style>
 span { border-color: #7784EB; }

 span { border-color: rgb(119,132,235); }

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