#7192FE

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

Shades of Cornflower Blue #7192FE

Tints of Cornflower Blue #7192FE

Color information

#7192FE (or 0x7192FE) is unknown color: approx Cornflower Blue. HEX triplet: 71, 92 and FE. RGB value is (113,146,254). Sum of RGB (Red+Green+Blue) = 113+146+254=513 (67% of max value = 765). Red value is 113 (44.53% from 255 or 22.03% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #7192FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7192FE is #8E6D01. Grayscale: #939393. Windows color (decimal): -9334018 or 16683633. OLE color: 16683633.

HSL color Cylindrical-coordinate representation of color #7192FE: hue angle of 225.96º 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 #7192FE is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB113146254-
CMYK0.560.4300.00
HSL225.96º98.6%71.96%-
HSV(B)225.96º55.51%99.61%-
XYZ34.9831.2297.95-
YUV148.44187.57102.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 22.03%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 254 (99.61% from 255) = 49.51%
R=22.03%
G=28.46%
B=49.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1131462540.560.4300.00225.9698.671.96
Hex7192FE382B00e26348
Octal161222376705300342143110
Binary11100011001001011111110111000101011001110001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7192FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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