#7381EC

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

Shades of Cornflower Blue #7381EC

Tints of Cornflower Blue #7381EC

Color information

#7381EC (or 0x7381EC) is unknown color: approx Cornflower Blue. HEX triplet: 73, 81 and EC. RGB value is (115,129,236). Sum of RGB (Red+Green+Blue) = 115+129+236=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #7381EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7381EC is #8C7E13. Grayscale: #888888. Windows color (decimal): -9207316 or 15499635. OLE color: 15499635.

HSL color Cylindrical-coordinate representation of color #7381EC: hue angle of 233.06º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7381EC is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB115129236-
CMYK0.510.4500.07
HSL233.06º76.1%68.82%-
HSV(B)233.06º51.27%92.55%-
XYZ30.0625.482.68-
YUV137.01183.86112.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.96%
GREEN value IS 129 (50.78% from 255) = 26.88%
BLUE value IS 236 (92.58% from 255) = 49.17%
R=23.96%
G=26.88%
B=49.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1151292360.510.4500.07233.0676.168.82
Hex7381EC332D07e94c45
Octal163201354635507351114105
Binary1110011100000011110110011001110110101111110100110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7381EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7381EC; }

 p { color: rgb(115,129,236); }

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

<style>
 a { background-color: #7381EC; }

 a { background-color: rgb(115,129,236); }

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

<style>
 span { border-color: #7381EC; }

 span { border-color: rgb(115,129,236); }

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