#7193FE

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

Shades of Cornflower Blue #7193FE

Tints of Cornflower Blue #7193FE

Color information

#7193FE (or 0x7193FE) is unknown color: approx Cornflower Blue. HEX triplet: 71, 93 and FE. RGB value is (113,147,254). Sum of RGB (Red+Green+Blue) = 113+147+254=514 (68% of max value = 765). Red value is 113 (44.53% from 255 or 21.98% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #7193FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7193FE is #8E6C01. Grayscale: #949494. Windows color (decimal): -9333762 or 16683889. OLE color: 16683889.

HSL color Cylindrical-coordinate representation of color #7193FE: hue angle of 225.53º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7193FE is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB113147254-
CMYK0.560.4200.00
HSL225.53º98.6%71.96%-
HSV(B)225.53º55.51%99.61%-
XYZ35.1331.5398-
YUV149.03187.24102.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 21.98%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 254 (99.61% from 255) = 49.42%
R=21.98%
G=28.60%
B=49.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1131472540.560.4200.00225.5398.671.96
Hex7193FE382A00e26348
Octal161223376705200342143110
Binary11100011001001111111110111000101010001110001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7193FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7193FE; }

 p { color: rgb(113,147,254); }

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

<style>
 a { background-color: #7193FE; }

 a { background-color: rgb(113,147,254); }

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

<style>
 span { border-color: #7193FE; }

 span { border-color: rgb(113,147,254); }

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