Html Css Color HEX #7197DA Cornflower Blue

📋 copy color: '#7197DA'

red 113 ◦ green 151 ◦ blue 218

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

Shades of Cornflower Blue #7197DA

Tints of Cornflower Blue #7197DA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.33%

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

R = 23.44%
G = 31.33%
B = 45.23%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7197DA (or 0x7197DA) is known color: Cornflower Blue. HEX triplet: 71, 97 and DA. RGB value is (113,151,218). Sum of RGB (Red+Green+Blue) = 113+151+218=482 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.44% from 482); Green value is 151 (59.38% from 255 or 31.33% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #7197DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7197DA is #8E6825. Grayscale: #929292. Windows color (decimal): -9332774 or 14325617. OLE color: 14325617.

HSL color Cylindrical-coordinate representation of color #7197DA: hue angle of 218.29º 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 #7197DA is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 151 218 -
CMYK 0.48 0.31 0 0.15
HSL 218.29º 0.59% 0.65% -
HSV(B) 218.29º 0.48% 0.85% -
XYZ 30.53 30.71 70.65 -
YUV 147.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 113 151 218 0.48 0.31 0 0.15 218.29 0.59 0.65
Hex 71 97 DA 30 1F 0 F DA 3B 41
Octal 161 227 332 60 37 0 17 332 73 101
Binary 1110001 10010111 11011010 110000 11111 0 1111 11011010 111011 1000001

Color Harmonies of #7197DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7197DA

Black with #7197DA

Text Example


Text Example

White with #7197DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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