Html Css Color HEX #7386EC Cornflower Blue

📋 copy color: '#7386EC'

red 115 ◦ green 134 ◦ blue 236

#7386EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #7386EC

Tints of Cornflower Blue #7386EC

RGB

 RED value IS 115 (45.31% from 255) = 23.71%

 GREEN value IS 134 (52.73% from 255) = 27.63%

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 23.71%
G = 27.63%
B = 48.66%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7386EC (or 0x7386EC) is known color: Cornflower Blue. HEX triplet: 73, 86 and EC. RGB value is (115,134,236). Sum of RGB (Red+Green+Blue) = 115+134+236=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #7386EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7386EC is #8C7913. Grayscale: #8B8B8B. Windows color (decimal): -9206036 or 15500915. OLE color: 15500915.

HSL color Cylindrical-coordinate representation of color #7386EC: hue angle of 230.58º 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 #7386EC is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 115 134 236 -
CMYK 0.51 0.43 0 0.07
HSL 230.58º 0.76% 0.69% -
HSV(B) 230.58º 0.51% 0.93% -
XYZ 30.74 26.75 82.9 -
YUV 139.95 182.21 110.21 -
System Red Green Blue C M Y K H S L
Decimal 115 134 236 0.51 0.43 0 0.07 230.58 0.76 0.69
Hex 73 86 EC 33 2B 0 7 E7 4C 45
Octal 163 206 354 63 53 0 7 347 114 105
Binary 1110011 10000110 11101100 110011 101011 0 111 11100111 1001100 1000101

Color Harmonies of #7386EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7386EC

Black with #7386EC

Text Example


Text Example

White with #7386EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7386EC;
 }
 .AnyTagClassName
 {
   color: #7386EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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