#7190DB

Color #7190DB Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #7190DB

Tints of Cornflower Blue #7190DB

Color information

#7190DB (or 0x7190DB) is unknown color: approx Cornflower Blue. HEX triplet: 71, 90 and DB. RGB value is (113,144,219). Sum of RGB (Red+Green+Blue) = 113+144+219=476 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.74% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #7190DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7190DB is #8E6F24. Grayscale: #8E8E8E. Windows color (decimal): -9334565 or 14389361. OLE color: 14389361.

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

Color convert

RGB113144219-
CMYK0.480.3400.14
HSL222.45º59.55%65.1%-
HSV(B)222.45º48.4%85.88%-
XYZ29.5728.5770.97-
YUV143.28170.73106.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 23.74%
GREEN value IS 144 (56.64% from 255) = 30.25%
BLUE value IS 219 (85.94% from 255) = 46.01%
R=23.74%
G=30.25%
B=46.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1131442190.480.3400.14222.4559.5565.1
Hex7190DB30220Ede3c41
Octal161220333604201633674101
Binary1110001100100001101101111000010001001110110111101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7190DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7190DB;
 }
 .AnyTagClassName
 {
   color: #7190DB;
 }
</style>
background-color css

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

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

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

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

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

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