#7194FA

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

Shades of Cornflower Blue #7194FA

Tints of Cornflower Blue #7194FA

Color information

#7194FA (or 0x7194FA) is unknown color: approx Cornflower Blue. HEX triplet: 71, 94 and FA. RGB value is (113,148,250). Sum of RGB (Red+Green+Blue) = 113+148+250=511 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.11% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #7194FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7194FA is #8E6B05. Grayscale: #949494. Windows color (decimal): -9333510 or 16422001. OLE color: 16422001.

HSL color Cylindrical-coordinate representation of color #7194FA: hue angle of 224.67º 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 #7194FA is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB113148250-
CMYK0.550.4100.02
HSL224.67º93.2%71.18%-
HSV(B)224.67º54.8%98.04%-
XYZ34.6631.5994.71-
YUV149.16184.9102.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.11%
GREEN value IS 148 (58.20% from 255) = 28.96%
BLUE value IS 250 (98.05% from 255) = 48.92%
R=22.11%
G=28.96%
B=48.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1131482500.550.4100.02224.6793.271.18
Hex7194FA372902e15d47
Octal161224372675102341135107
Binary111000110010100111110101101111010010101110000110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7194FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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