Html Css Color HEX #7196D8 Cornflower Blue

📋 copy color: '#7196D8'

red 113 ◦ green 150 ◦ blue 216

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

Shades of Cornflower Blue #7196D8

Tints of Cornflower Blue #7196D8

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.32%

 BLUE value IS 216 (84.77% from 255) = 45.09%

R = 23.59%
G = 31.32%
B = 45.09%

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

#7196D8 (or 0x7196D8) is known color: Cornflower Blue. HEX triplet: 71, 96 and D8. RGB value is (113,150,216). Sum of RGB (Red+Green+Blue) = 113+150+216=479 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.59% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 216 (84.77% from 255 or 45.09% from 479); Max value from RGB is 216 - color contains mainly: blue. Hex color #7196D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7196D8 is #8E6927. Grayscale: #929292. Windows color (decimal): -9333032 or 14194289. OLE color: 14194289.

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

Color convert

RGB 113 150 216 -
CMYK 0.48 0.31 0 0.15
HSL 218.45º 0.57% 0.65% -
HSV(B) 218.45º 0.48% 0.85% -
XYZ 30.11 30.28 69.22 -
YUV 146.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 113 150 216 0.48 0.31 0 0.15 218.45 0.57 0.65
Hex 71 96 D8 30 1F 0 F DA 39 41
Octal 161 226 330 60 37 0 17 332 71 101
Binary 1110001 10010110 11011000 110000 11111 0 1111 11011010 111001 1000001

Color Harmonies of #7196D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7196D8

Black with #7196D8

Text Example


Text Example

White with #7196D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7196D8; }

 p { color: rgb(113,150,216); }

 H1.HeaderClassName
 {
   color: #7196D8;
 }
 .AnyTagClassName
 {
   color: #7196D8;
 }
</style>

background-color css

<style>
 a { background-color: #7196D8; }

 a { background-color: rgb(113,150,216); }

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

border-color css

<style>
 span { border-color: #7196D8; }

 span { border-color: rgb(113,150,216); }

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