Html Css Color HEX #7396DC Cornflower Blue

📋 copy color: '#7396DC'

red 115 ◦ green 150 ◦ blue 220

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

Shades of Cornflower Blue #7396DC

Tints of Cornflower Blue #7396DC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.93%

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 23.71%
G = 30.93%
B = 45.36%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7396DC (or 0x7396DC) is known color: Cornflower Blue. HEX triplet: 73, 96 and DC. RGB value is (115,150,220). Sum of RGB (Red+Green+Blue) = 115+150+220=485 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.71% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #7396DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7396DC is #8C6923. Grayscale: #939393. Windows color (decimal): -9201956 or 14456435. OLE color: 14456435.

HSL color Cylindrical-coordinate representation of color #7396DC: hue angle of 220º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7396DC is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 150 220 -
CMYK 0.48 0.32 0 0.14
HSL 220º 0.6% 0.66% -
HSV(B) 220º 0.48% 0.86% -
XYZ 30.89 30.62 71.99 -
YUV 147.52 168.9 104.81 -
System Red Green Blue C M Y K H S L
Decimal 115 150 220 0.48 0.32 0 0.14 220 0.6 0.66
Hex 73 96 DC 30 20 0 E DC 3C 42
Octal 163 226 334 60 40 0 16 334 74 102
Binary 1110011 10010110 11011100 110000 100000 0 1110 11011100 111100 1000010

Color Harmonies of #7396DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7396DC

Black with #7396DC

Text Example


Text Example

White with #7396DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7396DC; }

 p { color: rgb(115,150,220); }

 H1.HeaderClassName
 {
   color: #7396DC;
 }
 .AnyTagClassName
 {
   color: #7396DC;
 }
</style>

background-color css

<style>
 a { background-color: #7396DC; }

 a { background-color: rgb(115,150,220); }

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

border-color css

<style>
 span { border-color: #7396DC; }

 span { border-color: rgb(115,150,220); }

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