Html Css Color HEX #7192D6 Cornflower Blue

📋 copy color: '#7192D6'

red 113 ◦ green 146 ◦ blue 214

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

Shades of Cornflower Blue #7192D6

Tints of Cornflower Blue #7192D6

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.87%

 BLUE value IS 214 (83.98% from 255) = 45.24%

R = 23.89%
G = 30.87%
B = 45.24%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7192D6 (or 0x7192D6) is known color: Cornflower Blue. HEX triplet: 71, 92 and D6. RGB value is (113,146,214). Sum of RGB (Red+Green+Blue) = 113+146+214=473 (62% of max value = 765). Red value is 113 (44.53% from 255 or 23.89% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #7192D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7192D6 is #8E6D29. Grayscale: #8F8F8F. Windows color (decimal): -9334058 or 14062193. OLE color: 14062193.

HSL color Cylindrical-coordinate representation of color #7192D6: hue angle of 220.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7192D6 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 146 214 -
CMYK 0.47 0.32 0 0.16
HSL 220.4º 0.55% 0.64% -
HSV(B) 220.4º 0.47% 0.84% -
XYZ 29.23 28.92 67.66 -
YUV 143.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 113 146 214 0.47 0.32 0 0.16 220.4 0.55 0.64
Hex 71 92 D6 2F 20 0 10 DC 37 40
Octal 161 222 326 57 40 0 20 334 67 100
Binary 1110001 10010010 11010110 101111 100000 0 10000 11011100 110111 1000000

Color Harmonies of #7192D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7192D6

Black with #7192D6

Text Example


Text Example

White with #7192D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7192D6; }

 p { color: rgb(113,146,214); }

 H1.HeaderClassName
 {
   color: #7192D6;
 }
 .AnyTagClassName
 {
   color: #7192D6;
 }
</style>

background-color css

<style>
 a { background-color: #7192D6; }

 a { background-color: rgb(113,146,214); }

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

border-color css

<style>
 span { border-color: #7192D6; }

 span { border-color: rgb(113,146,214); }

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