#7190FA

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

Shades of Cornflower Blue #7190FA

Tints of Cornflower Blue #7190FA

Color information

#7190FA (or 0x7190FA) is unknown color: approx Cornflower Blue. HEX triplet: 71, 90 and FA. RGB value is (113,144,250). Sum of RGB (Red+Green+Blue) = 113+144+250=507 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.29% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #7190FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7190FA is #8E6F05. Grayscale: #929292. Windows color (decimal): -9334534 or 16420977. OLE color: 16420977.

HSL color Cylindrical-coordinate representation of color #7190FA: hue angle of 226.42º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7190FA is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113144250-
CMYK0.550.4200.02
HSL226.42º93.2%71.18%-
HSV(B)226.42º54.8%98.04%-
XYZ34.0430.3694.51-
YUV146.82186.23103.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.29%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 250 (98.05% from 255) = 49.31%
R=22.29%
G=28.40%
B=49.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131442500.550.4200.02226.4293.271.18
Hex7190FA372A02e25d47
Octal161220372675202342135107
Binary111000110010000111110101101111010100101110001010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7190FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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