Html Css Color HEX #7393DC Cornflower Blue

📋 copy color: '#7393DC'

red 115 ◦ green 147 ◦ blue 220

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

Shades of Cornflower Blue #7393DC

Tints of Cornflower Blue #7393DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.5%

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

R = 23.86%
G = 30.5%
B = 45.64%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7393DC (or 0x7393DC) is known color: Cornflower Blue. HEX triplet: 73, 93 and DC. RGB value is (115,147,220). Sum of RGB (Red+Green+Blue) = 115+147+220=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #7393DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7393DC is #8C6C23. Grayscale: #919191. Windows color (decimal): -9202724 or 14455667. OLE color: 14455667.

HSL color Cylindrical-coordinate representation of color #7393DC: hue angle of 221.71º 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 #7393DC is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 147 220 -
CMYK 0.48 0.33 0 0.14
HSL 221.71º 0.6% 0.66% -
HSV(B) 221.71º 0.48% 0.86% -
XYZ 30.42 29.68 71.84 -
YUV 145.75 169.9 106.06 -
System Red Green Blue C M Y K H S L
Decimal 115 147 220 0.48 0.33 0 0.14 221.71 0.6 0.66
Hex 73 93 DC 30 21 0 E DE 3C 42
Octal 163 223 334 60 41 0 16 336 74 102
Binary 1110011 10010011 11011100 110000 100001 0 1110 11011110 111100 1000010

Color Harmonies of #7393DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7393DC

Black with #7393DC

Text Example


Text Example

White with #7393DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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