Html Css Color HEX #7193DA Cornflower Blue

📋 copy color: '#7193DA'

red 113 ◦ green 147 ◦ blue 218

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

Shades of Cornflower Blue #7193DA

Tints of Cornflower Blue #7193DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.61%

R = 23.64%
G = 30.75%
B = 45.61%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7193DA (or 0x7193DA) is known color: Cornflower Blue. HEX triplet: 71, 93 and DA. RGB value is (113,147,218). Sum of RGB (Red+Green+Blue) = 113+147+218=478 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.64% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #7193DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7193DA is #8E6C25. Grayscale: #909090. Windows color (decimal): -9333798 or 14324593. OLE color: 14324593.

HSL color Cylindrical-coordinate representation of color #7193DA: hue angle of 220.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7193DA is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 147 218 -
CMYK 0.48 0.33 0 0.15
HSL 220.57º 0.59% 0.65% -
HSV(B) 220.57º 0.48% 0.85% -
XYZ 29.9 29.44 70.44 -
YUV 144.93 169.24 105.23 -
System Red Green Blue C M Y K H S L
Decimal 113 147 218 0.48 0.33 0 0.15 220.57 0.59 0.65
Hex 71 93 DA 30 21 0 F DD 3B 41
Octal 161 223 332 60 41 0 17 335 73 101
Binary 1110001 10010011 11011010 110000 100001 0 1111 11011101 111011 1000001

Color Harmonies of #7193DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7193DA

Black with #7193DA

Text Example


Text Example

White with #7193DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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