Html Css Color HEX #7190DC Cornflower Blue

📋 copy color: '#7190DC'

red 113 ◦ green 144 ◦ blue 220

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

Shades of Cornflower Blue #7190DC

Tints of Cornflower Blue #7190DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.19%

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

R = 23.69%
G = 30.19%
B = 46.12%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7190DC (or 0x7190DC) is known color: Cornflower Blue. HEX triplet: 71, 90 and DC. RGB value is (113,144,220). Sum of RGB (Red+Green+Blue) = 113+144+220=477 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.69% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #7190DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7190DC is #8E6F23. Grayscale: #8F8F8F. Windows color (decimal): -9334564 or 14454897. OLE color: 14454897.

HSL color Cylindrical-coordinate representation of color #7190DC: hue angle of 222.62º 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 #7190DC is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 113 144 220 -
CMYK 0.49 0.35 0 0.14
HSL 222.62º 0.6% 0.65% -
HSV(B) 222.62º 0.49% 0.86% -
XYZ 29.7 28.62 71.67 -
YUV 143.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 113 144 220 0.49 0.35 0 0.14 222.62 0.6 0.65
Hex 71 90 DC 31 23 0 E DF 3C 41
Octal 161 220 334 61 43 0 16 337 74 101
Binary 1110001 10010000 11011100 110001 100011 0 1110 11011111 111100 1000001

Color Harmonies of #7190DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7190DC

Black with #7190DC

Text Example


Text Example

White with #7190DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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