Html Css Color HEX #7196DC Cornflower Blue

📋 copy color: '#7196DC'

red 113 ◦ green 150 ◦ blue 220

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

Shades of Cornflower Blue #7196DC

Tints of Cornflower Blue #7196DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.55%

R = 23.4%
G = 31.06%
B = 45.55%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7196DC (or 0x7196DC) is known color: Cornflower Blue. HEX triplet: 71, 96 and DC. RGB value is (113,150,220). Sum of RGB (Red+Green+Blue) = 113+150+220=483 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.40% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #7196DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7196DC is #8E6923. Grayscale: #929292. Windows color (decimal): -9333028 or 14456433. OLE color: 14456433.

HSL color Cylindrical-coordinate representation of color #7196DC: hue angle of 219.25º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7196DC is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 150 220 -
CMYK 0.49 0.32 0 0.14
HSL 219.25º 0.6% 0.65% -
HSV(B) 219.25º 0.49% 0.86% -
XYZ 30.63 30.49 71.98 -
YUV 146.92 169.24 103.81 -
System Red Green Blue C M Y K H S L
Decimal 113 150 220 0.49 0.32 0 0.14 219.25 0.6 0.65
Hex 71 96 DC 31 20 0 E DB 3C 41
Octal 161 226 334 61 40 0 16 333 74 101
Binary 1110001 10010110 11011100 110001 100000 0 1110 11011011 111100 1000001

Color Harmonies of #7196DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7196DC

Black with #7196DC

Text Example


Text Example

White with #7196DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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