Html Css Color HEX #7396DB Cornflower Blue

📋 copy color: '#7396DB'

red 115 ◦ green 150 ◦ blue 219

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

Shades of Cornflower Blue #7396DB

Tints of Cornflower Blue #7396DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.25%

R = 23.76%
G = 30.99%
B = 45.25%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7396DB (or 0x7396DB) is known color: Cornflower Blue. HEX triplet: 73, 96 and DB. RGB value is (115,150,219). Sum of RGB (Red+Green+Blue) = 115+150+219=484 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.76% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #7396DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7396DB is #8C6924. Grayscale: #939393. Windows color (decimal): -9201957 or 14390899. OLE color: 14390899.

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

Color convert

RGB 115 150 219 -
CMYK 0.47 0.32 0 0.14
HSL 219.81º 0.59% 0.65% -
HSV(B) 219.81º 0.47% 0.86% -
XYZ 30.76 30.57 71.3 -
YUV 147.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 115 150 219 0.47 0.32 0 0.14 219.81 0.59 0.65
Hex 73 96 DB 2F 20 0 E DC 3B 41
Octal 163 226 333 57 40 0 16 334 73 101
Binary 1110011 10010110 11011011 101111 100000 0 1110 11011100 111011 1000001

Color Harmonies of #7396DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7396DB

Black with #7396DB

Text Example


Text Example

White with #7396DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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