#7386EB

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

Shades of Cornflower Blue #7386EB

Tints of Cornflower Blue #7386EB

Color information

#7386EB (or 0x7386EB) is unknown color: approx Cornflower Blue. HEX triplet: 73, 86 and EB. RGB value is (115,134,235). Sum of RGB (Red+Green+Blue) = 115+134+235=484 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.76% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #7386EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7386EB is #8C7914. Grayscale: #8B8B8B. Windows color (decimal): -9206037 or 15435379. OLE color: 15435379.

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

Color convert

RGB115134235-
CMYK0.510.4300.08
HSL230.5º75%68.63%-
HSV(B)230.5º51.06%92.16%-
XYZ30.5926.6982.14-
YUV139.83181.71110.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.76%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 235 (92.19% from 255) = 48.55%
R=23.76%
G=27.69%
B=48.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1151342350.510.4300.08230.57568.63
Hex7386EB332B08e64b45
Octal1632063536353010346113105
Binary11100111000011011101011110011101011010001110011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7386EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,134,235); }

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

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

 a { background-color: rgb(115,134,235); }

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

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

 span { border-color: rgb(115,134,235); }

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