Html Css Color HEX #7196EC Cornflower Blue

📋 copy color: '#7196EC'

red 113 ◦ green 150 ◦ blue 236

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

Shades of Cornflower Blue #7196EC

Tints of Cornflower Blue #7196EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.29%

R = 22.65%
G = 30.06%
B = 47.29%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7196EC (or 0x7196EC) is known color: Cornflower Blue. HEX triplet: 71, 96 and EC. RGB value is (113,150,236). Sum of RGB (Red+Green+Blue) = 113+150+236=499 (66% of max value = 765). Red value is 113 (44.53% from 255 or 22.65% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #7196EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7196EC is #8E6913. Grayscale: #949494. Windows color (decimal): -9333012 or 15505009. OLE color: 15505009.

HSL color Cylindrical-coordinate representation of color #7196EC: hue angle of 221.95º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7196EC is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 150 236 -
CMYK 0.52 0.36 0 0.07
HSL 221.95º 0.76% 0.68% -
HSV(B) 221.95º 0.52% 0.93% -
XYZ 32.86 31.38 83.68 -
YUV 148.74 177.24 102.51 -
System Red Green Blue C M Y K H S L
Decimal 113 150 236 0.52 0.36 0 0.07 221.95 0.76 0.68
Hex 71 96 EC 34 24 0 7 DE 4C 44
Octal 161 226 354 64 44 0 7 336 114 104
Binary 1110001 10010110 11101100 110100 100100 0 111 11011110 1001100 1000100

Color Harmonies of #7196EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7196EC

Black with #7196EC

Text Example


Text Example

White with #7196EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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