Html Css Color HEX #7193DD Cornflower Blue

📋 copy color: '#7193DD'

red 113 ◦ green 147 ◦ blue 221

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

Shades of Cornflower Blue #7193DD

Tints of Cornflower Blue #7193DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.95%

R = 23.49%
G = 30.56%
B = 45.95%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7193DD (or 0x7193DD) is known color: Cornflower Blue. HEX triplet: 71, 93 and DD. RGB value is (113,147,221). Sum of RGB (Red+Green+Blue) = 113+147+221=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #7193DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7193DD is #8E6C22. Grayscale: #909090. Windows color (decimal): -9333795 or 14521201. OLE color: 14521201.

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

Color convert

RGB 113 147 221 -
CMYK 0.49 0.33 0 0.13
HSL 221.11º 0.61% 0.65% -
HSV(B) 221.11º 0.49% 0.87% -
XYZ 30.29 29.6 72.52 -
YUV 145.27 170.74 104.98 -
System Red Green Blue C M Y K H S L
Decimal 113 147 221 0.49 0.33 0 0.13 221.11 0.61 0.65
Hex 71 93 DD 31 21 0 D DD 3D 41
Octal 161 223 335 61 41 0 15 335 75 101
Binary 1110001 10010011 11011101 110001 100001 0 1101 11011101 111101 1000001

Color Harmonies of #7193DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7193DD

Black with #7193DD

Text Example


Text Example

White with #7193DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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