Html Css Color HEX #7193FA Cornflower Blue

📋 copy color: '#7193FA'

red 113 ◦ green 147 ◦ blue 250

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

Shades of Cornflower Blue #7193FA

Tints of Cornflower Blue #7193FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.02%

R = 22.16%
G = 28.82%
B = 49.02%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7193FA (or 0x7193FA) is known color: Cornflower Blue. HEX triplet: 71, 93 and FA. RGB value is (113,147,250). Sum of RGB (Red+Green+Blue) = 113+147+250=510 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.16% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #7193FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7193FA is #8E6C05. Grayscale: #949494. Windows color (decimal): -9333766 or 16421745. OLE color: 16421745.

HSL color Cylindrical-coordinate representation of color #7193FA: hue angle of 225.11º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7193FA is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 147 250 -
CMYK 0.55 0.41 0 0.02
HSL 225.11º 0.93% 0.71% -
HSV(B) 225.11º 0.55% 0.98% -
XYZ 34.5 31.28 94.66 -
YUV 148.58 185.24 102.62 -
System Red Green Blue C M Y K H S L
Decimal 113 147 250 0.55 0.41 0 0.02 225.11 0.93 0.71
Hex 71 93 FA 37 29 0 2 E1 5D 47
Octal 161 223 372 67 51 0 2 341 135 107
Binary 1110001 10010011 11111010 110111 101001 0 10 11100001 1011101 1000111

Color Harmonies of #7193FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7193FA

Black with #7193FA

Text Example


Text Example

White with #7193FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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