Html Css Color HEX #7193FF Cornflower Blue

📋 copy color: '#7193FF'

red 113 ◦ green 147 ◦ blue 255

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

Shades of Cornflower Blue #7193FF

Tints of Cornflower Blue #7193FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 21.94%
G = 28.54%
B = 49.51%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7193FF (or 0x7193FF) is known color: Cornflower Blue. HEX triplet: 71, 93 and FF. RGB value is (113,147,255). Sum of RGB (Red+Green+Blue) = 113+147+255=515 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.94% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #7193FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7193FF is #8E6C00. Grayscale: #949494. Windows color (decimal): -9333761 or 16749425. OLE color: 16749425.

HSL color Cylindrical-coordinate representation of color #7193FF: hue angle of 225.63º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7193FF is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 113 147 255 -
CMYK 0.56 0.42 0 0
HSL 225.63º 1% 0.72% -
HSV(B) 225.63º 0.56% 1% -
XYZ 35.29 31.6 98.85 -
YUV 149.15 187.74 102.22 -
System Red Green Blue C M Y K H S L
Decimal 113 147 255 0.56 0.42 0 0 225.63 1 0.72
Hex 71 93 FF 38 2A 0 0 E2 64 48
Octal 161 223 377 70 52 0 0 342 144 110
Binary 1110001 10010011 11111111 111000 101010 0 0 11100010 1100100 1001000

Color Harmonies of #7193FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7193FF

Black with #7193FF

Text Example


Text Example

White with #7193FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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