Html Css Color HEX #7193DC Cornflower Blue

📋 copy color: '#7193DC'

red 113 ◦ green 147 ◦ blue 220

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

Shades of Cornflower Blue #7193DC

Tints of Cornflower Blue #7193DC

RGB

 RED value IS 113 (44.53% from 255) = 23.54%

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

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

R = 23.54%
G = 30.63%
B = 45.83%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7193DC (or 0x7193DC) is known color: Cornflower Blue. HEX triplet: 71, 93 and DC. RGB value is (113,147,220). Sum of RGB (Red+Green+Blue) = 113+147+220=480 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.54% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #7193DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7193DC is #8E6C23. Grayscale: #909090. Windows color (decimal): -9333796 or 14455665. OLE color: 14455665.

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

Color convert

RGB 113 147 220 -
CMYK 0.49 0.33 0 0.14
HSL 220.93º 0.6% 0.65% -
HSV(B) 220.93º 0.49% 0.86% -
XYZ 30.16 29.55 71.82 -
YUV 145.16 170.24 105.06 -
System Red Green Blue C M Y K H S L
Decimal 113 147 220 0.49 0.33 0 0.14 220.93 0.6 0.65
Hex 71 93 DC 31 21 0 E DD 3C 41
Octal 161 223 334 61 41 0 16 335 74 101
Binary 1110001 10010011 11011100 110001 100001 0 1110 11011101 111100 1000001

Color Harmonies of #7193DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7193DC

Black with #7193DC

Text Example


Text Example

White with #7193DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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