Html Css Color HEX #7197DD Cornflower Blue

📋 copy color: '#7197DD'

red 113 ◦ green 151 ◦ blue 221

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

Shades of Cornflower Blue #7197DD

Tints of Cornflower Blue #7197DD

RGB

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

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

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

R = 23.3%
G = 31.13%
B = 45.57%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7197DD (or 0x7197DD) is known color: Cornflower Blue. HEX triplet: 71, 97 and DD. RGB value is (113,151,221). Sum of RGB (Red+Green+Blue) = 113+151+221=485 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.30% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #7197DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7197DD is #8E6822. Grayscale: #939393. Windows color (decimal): -9332771 or 14522225. OLE color: 14522225.

HSL color Cylindrical-coordinate representation of color #7197DD: hue angle of 218.89º 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 #7197DD is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 151 221 -
CMYK 0.49 0.32 0 0.13
HSL 218.89º 0.61% 0.65% -
HSV(B) 218.89º 0.49% 0.87% -
XYZ 30.93 30.86 72.73 -
YUV 147.62 169.41 103.31 -
System Red Green Blue C M Y K H S L
Decimal 113 151 221 0.49 0.32 0 0.13 218.89 0.61 0.65
Hex 71 97 DD 31 20 0 D DB 3D 41
Octal 161 227 335 61 40 0 15 333 75 101
Binary 1110001 10010111 11011101 110001 100000 0 1101 11011011 111101 1000001

Color Harmonies of #7197DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7197DD

Black with #7197DD

Text Example


Text Example

White with #7197DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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